Questions tagged [google-chrome]

[google-chrome] is for questions related to development with Google Chrome, a web browser that uses the Blink rendering engine. Warning! General support for the browser is off-topic: questions about using or configuring the browser should be posted on https://superuser.com. Chrome OS and Chromium are off-topic: questions about [google-chrome-os] or [chromium] should use those tags.

Google Chrome is a free desktop browser that uses the Blink rendering engine (a fork of WebKit) and V8 JavaScript engine. It was launched in 2008 with a goal of making the web faster.


Tag alert! General usage questions about Chrome should be asked on Super User.
The tags below should be used on questions about development in the following areas:

for Packaged Apps development in Chrome/Chromium
for extension development in Chrome/Chromium
for DevTools in Chrome/Chromium


Most of Chrome's source code is released as part of the open-source sister project Chromium. It was assembled from 25 different code libraries from Google and third parties such as Mozilla's Netscape Portable Runtime, Network Security Services, as well as and a number of other open-source projects.

is available in 53 languages and was first publicly released for Microsoft Windows (XP and later versions) on September 2, 2008, in 43 languages, officially a beta version.


Platforms

Chrome is available for:

  • Windows: Vista / 7 / 8 / 10
    (Windows XP is no longer supported: Chrome 49 is the last compatible version)
  • OS X: 10.6 or later
  • Linux: Ubuntu 12.04 or later / Debian 7 or later / openSUSE 12.2 or later / Fedora 17 or later
  • iOS 7.0 or later (iPhone, iPod touch, and iPad)
  • Android 4.0 or later
  • Google TV

References

67223 questions
612
votes
4 answers

How to change the color of header bar and address bar in newest Chrome version on Lollipop?

Haven't found anything on this topic yet. I really like the ability to change the color of address bar and header color on Overview? Is there any easy way to do this? . I think you need Android 5.0 Lollipop for this to work, and Chrome's Merge Tabs…
Arpad Gabor
  • 14,266
  • 4
  • 12
  • 21
583
votes
12 answers

Javascript / Chrome - How to copy an object from the webkit inspector as code

I am doing a console.log statement in my javascript in order to log a javascript object. I'm wondering if there's a way, once that's done - to copy that object as javascript code. What I'm trying to do is convert an object that was created using…
mheavers
  • 26,845
  • 54
  • 181
  • 285
562
votes
58 answers

Chrome ignores autocomplete="off"

I've created a web application which uses a tagbox drop down. This works great in all browsers except Chrome browser (Version 21.0.1180.89). Despite both the input fields AND the form field having the autocomplete="off" attribute, Chrome insists on…
Mr Fett
  • 6,253
  • 4
  • 17
  • 19
551
votes
14 answers

What is a user agent stylesheet?

I'm working on a web page in Google Chrome. It displays correctly with the following styles. table { display: table; border-collapse: separate; border-spacing: 2px; border-color: gray; } It is important to note that I didn't define…
Kapil Sharma
  • 9,036
  • 8
  • 35
  • 63
549
votes
8 answers

Differences between socket.io and websockets

What are the differences between socket.io and websockets in node.js? Are they both server push technologies? The only differences I felt was, socket.io allowed me to send/emit messages by specifying an event name. In the case of socket.io a…
Vivek Mohan
  • 6,628
  • 7
  • 27
  • 47
522
votes
6 answers

Use a content script to access the page context variables and functions

I'm learning how to create Chrome extensions. I just started developing one to catch YouTube events. I want to use it with YouTube flash player (later I will try to make it compatible with HTML5). manifest.json: { "name": "MyExtension", …
510
votes
9 answers

WebKit issues with event.layerX and event.layerY

I just noticed that I get tons of deprecated warnings in the latest (canary) build of Chrome. event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future. Looks like jQuery is screwing…
PeeHaa
  • 66,697
  • 53
  • 182
  • 254
498
votes
9 answers

How to reposition Chrome Developer Tools

The tools are opened on the bottom of the chrome window per default. This is a rather bad choice for a wide screen display since there is plenty of empty space to the right but not much vertical space to spare. Unfortunately, I have found no way to…
kostja
  • 56,537
  • 45
  • 164
  • 213
474
votes
15 answers

How do I print debug messages in the Google Chrome JavaScript Console?

How do I print debug messages in the Google Chrome JavaScript Console? Please note that the JavaScript Console is not the same as the JavaScript Debugger; they have different syntaxes AFAIK, so the print command in JavaScript Debugger will not work…
Tamas Czinege
  • 110,351
  • 39
  • 146
  • 173
463
votes
13 answers

Chrome sendrequest error: TypeError: Converting circular structure to JSON

I've got the following... chrome.extension.sendRequest({ req: "getDocument", docu: pagedoc, name: 'name' }, function(response){ var efjs = response.reply; }); which calls the following.. case "getBrowserForDocumentAttribute": alert("ZOMG…
Skizit
  • 37,926
  • 89
  • 198
  • 265
462
votes
20 answers

How to disable JavaScript in Chrome Developer Tools?

I am trying to debug the features of a website when users disable their JavaScript. I was wondering how do you disable JavaScript for a page from the Google Chrome DevTools?
Jopela
  • 4,955
  • 2
  • 15
  • 19
447
votes
20 answers

Can a website detect when you are using Selenium with chromedriver?

I've been testing out Selenium with Chromedriver and I noticed that some pages can detect that you're using Selenium even though there's no automation at all. Even when I'm just browsing manually just using Chrome through Selenium and Xephyr I often…
445
votes
7 answers

How to search all loaded scripts in Chrome Developer Tools?

In Firebug, you can search some text and it will look for it in all scripts loaded on a page. Can the same be done in Chrome Developer tools while debugging client script? I tried it, but it seems to search only in the script I have open, and not…
Slavo
  • 14,445
  • 10
  • 42
  • 59
436
votes
6 answers

Freeze screen in chrome debugger / DevTools panel for popover inspection?

I'm using the chrome inspector to try and analyze the z-index of a twitter bootstrap popover, and finding it extremely frustrating... Is there a way to freeze the popover (while shown) so that I can assess and modify the associated CSS? Placing a…
Abram
  • 34,472
  • 24
  • 121
  • 164
435
votes
34 answers

What does status=canceled for a resource mean in Chrome Developer Tools?

What would cause a page to be canceled? I have a screenshot of the Chrome Developer Tools. This happens often but not every time. It seems like once some other resources are cached, a page refresh will load the LeftPane.aspx. And what's really odd…
styfle
  • 16,664
  • 22
  • 73
  • 115