Questions tagged as 'google-chrome'

1
answer

Colorless IE table

I have a problem on the IE11 page because the rectangle appears to White and Chrome appears correctly. <formmethod="post" action="Procurarquery.php" enctype="multipart/form-data">             CSS: .Tabela { background: #7db9e8; /*...
asked by 19.05.2014 / 10:45
1
answer

How to play sound in a Chrome application?

I have an application for Google Chrome and I want it to issue a sound every time a notification is created, but in my tests I did not have much success = p I do not know if it's some permission or if there really is not any way I can do it....
asked by 18.02.2014 / 01:46
1
answer

Message about dppx and dpi in the Chrome console

When I enter the internal system I am doing here in the company I go to the console and a strange message appears:    Consider using 'dppx' units instead of 'dpi', as in 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not c...
asked by 25.03.2014 / 21:17
2
answers

Chrome Mobile Android [Add to Homescreen]

Today I discovered that I can make a page as a native APP, with a shortcut on the homescreen, it opens almost full screen ... I ran a test and it worked, now I need to make it 100% fullscreen, hiding the top bar and from below, on Android 4.3 an...
asked by 12.02.2014 / 21:41
1
answer

Chrome extension: How to force a script to start only when the previous script is finished?

I have an extension that makes the colors change in the images of web pages. When the extension is activated (through an icon in the toolbar), the images on all pages opened in the tabs are recolored. When the URL of a tab is updated, the images...
asked by 04.05.2014 / 22:53
1
answer

Run javascript on my Chrome extension

Talk the guys! I work most of the time filling out web forms, and most of the time I get about 50-100 pages with the same data ... So I have to manually fill out one by one. I had the idea of creating an extension in Chrome that allows me to fil...
asked by 20.06.2018 / 20:36
0
answers

Connect to the database via browser console

I have an application in JS that runs via the browser console. I would like to know the possibilities of sending and receiving data via mysql through the Console. I do not know if it's possible either. I tried something, but it did not wor...
asked by 03.04.2018 / 17:30
0
answers

What is this error net :: ERR_SPDY_PROTOCOL_ERROR when uploading?

I'm using Google Chrome to run some tests on an application that I'm servicing. Specifically I'm using Ajax to be able to upload a ZIP file. When I test on my machine locally, uploading occurs normally. But when I do this in production, if th...
asked by 07.03.2018 / 13:58
1
answer

Angular 4 and Nodejs Express - Problem with CORS

Hello, I have two applications that run locally on different ports. One application is for API's and another is the web part. When I send the form data to my typescript service, the data is arriving correctly. But in the API controller, it's...
asked by 03.03.2018 / 06:26
1
answer

Range: change progress bar color in chrome

In firefox it is possible to change the bar color using: ::-moz-range-progress . Is there any way to do in chrome as well? HTML <input type="range" class="bar" min="1" max="100"> CSS .bar::-moz-range-progress{ backg...
asked by 26.12.2017 / 19:40