How can I remove a site from a Chrome tab? - google-chrome

If there are a lot of sites on a Chrome tab, a site on the tab that is compute or graphics intensive - say a page with panning and zooming animation - will stutter. So how can I remove sites from a tab so that only the intensive site is left?

Try clicking the "x" on the tab to get rid of it. If it's really stuttering, which I've seen happen on a number of occasions, try Ctrl+W to close the tab. If it gets particularly bad, Alt+F4 will close Chrome. You can then reopen Chrome and manually reopen whichever tabs you just lost that you want to see.

Related

The dev tool network tab in google chrome to small

Hi, I made a video capture in network tab on google chrome dev tool.
The problem that tab just too small.
No matter what I do, I can't expand the videos tab (There is no way to expand it with the mouse like other normal tabs).
Any suggestions?
Thanks :)

loading webpages in iframe don't start spinning circle

I have a web page with multiple iframes. In Google Chrome, when I click in one iframe a link to load in another it doesn't start the blue spinner circle on the tab of the browser. That was working until this week and is anoying that if it takes 10 secs to load the user doesn't see it, and think that needs to click on the link again.
Is there a chrome new policy on this or a fix I can use to start and stop the spinner?
I cleaned the browser history with no effect, and the webpage code hasn't change.
This is a change that the Chromium dev team has done on purpose, and are not planning on changing it back:
Here is the discussion where they have essentially said that this is not a bug, and will not be fixed:
https://bugs.chromium.org/p/chromium/issues/detail?id=769803#c8
They've essentially said that it's a feature request. Perhaps if enough people request it, they will change it back?

Chrome emulator tab defaulted on refresh

With Chrome 32.0.1700.77 the new emulator tab is handy except it's the default tab when I refresh my page.
During my standard development workflow, I constantly refresh the page when I make changes. I usually have the console window open at the bottom of the network or source views. But every single time I refresh the page, the Emulators tab takes focus and I can't see the console.
This is truly annoying since the app will fail because of a simple JavaScript typo, but I can't see the console without clicking one more time (to focus the console tab).
Has anyone found a workaround for this?
Combined with the Chrome Developer Tools unresponsive since update 32.0.1700.76 m issue, I would have to say Google really tripped up this release.
Unfortunately there doesn't seem to be a workaround yet. It looks like there has been a bug reported to Google as found on this thread, but no fix has come about yet.
I think the only way (right now) to prevent the console tab from being hidden when needed is to avoid using the emulator or revert to a previous version of Chrome.
Hopefully a fix comes soon!
It's been a while since this post was made, but I came across the same issue recently. When you have the developer toolbar open, the phone icon beside the "Elements" tab should be blue. Clicking that will disable Emulation.
source: https://groups.google.com/d/msg/google-chrome-developer-tools/g_93_bKmaiA/SdHk0aXdEo4J

Chrome extension button popup stuck open

Lately the popup bubble that shows when you click a chrome extension will randomly get stuck open, or will not open at all. Here's an example of it getting stuck open:
There doesn't seem to be any pattern to it. It happens for all the different extensions, and I didn't add/remove/change anything (other than updating my browser) lately that might affect this.
Most of the time when I click an extension button, it will flash open and then minimize down to a small white bubble as above, and only after clicking it four or five times does it stay open.
Reinstalling Chrome hasn't helped, and I'm not really sure what else to do. I'm running Version 31.0.1650.63 on Mavericks. Has anybody seen this before?

Is it possible to view multiple Chrome devtools panels at once?

Is there a way to view multiple Chrome devtools panels at the same time? A split window, like this mockup, would be nice:
Or in separate windows.
It would be extremely useful to be able to view the Sources panel and Network panel at the same time, to see exactly when network requests are fired while stepping through code.
The console can be pulled up while inside any other panel by clicking or pressing esc, so why not the other panels?
I haven't found much by searching, but maybe this is possible with a devtools extension.
Does this exist already? If not, is it possible?
I find this limitation frustrating too, all those other monitors are wasted! Here is poor man's solution:
launch your chrome with --remote-debugging-port=9999 command line parameter
right click on your page to debug and select 'Inspect Element' - this is your debug window #1
open a separate chrome window and navigate to chrome://inspect
click 'Configure...' and add localhost:9999
within a couple of seconds under 'Remote Targets' you should see tabs you can inspect from your other chrome instance
click on the tab, and now this is your debug window #2
Unrelated tip: system wide nightmode experience: http://danielsokolowski.blogspot.com/2018/11/windows-10-8-7-night-mode.html
As of Chrome Canary 33.0.1732.0, there's a "Show editor in Drawer" experiment. The editor shows up whenever you hit any anchor to the source code in DevTools.