How to show chrome's main menu? - google-chrome

My Chrome has no main menu (File, Edit, View, History, etc) on Windows 11. What's problem with it, and how can I get it back? There is no clue in settings.

Related

'Security' tab missing from Chrome developers tools

I opened the Chrome today after a few days and see that the 'Security' tab is missing from the developers tools tabs. Is this an issue or a new update? Any fixes?
Either you accidentally closed the Security tab or an extension did it for you. Click the kebab menu (between the gear icon and X in your screenshot), choose More tools, and re-select the Security.

Chrome Developer Tools: Show Associated Browser Tab?

I often have many (many!) browser tabs open in Chrome. Often times I'll have a developer tools window open but lose track of the associated browser tab.
Is there a keyboard shortcut or menu or button somewhere that will bring the associated tab (and browser window) to the forefront?
UPDATE: Just noticed that the shortcut key is F12. It's listed against a "Focus debuggee" menu option under the vertical ellipsis. (Chrome 66.)
Original answer:
I was just looking for a similar shortcut.
I haven't found one, but if you go to the console in your developer tools window and run a quick
window.alert()
then it looks like the associated main window+tab is brought to the front to display the popup, and it remains there when the popup is dismissed.
(That's what I'm seeing as of Chrome 60.)
In devtools click the top right cogwheel to open Settings
Click Shortcuts in the left navigation menu, and scroll down until you see Focus debugee. You'll see the shortcut key that is assigned with an option to modify it, or an option to set the shortcut if not defined.

Chrome dev tools console drawer will not go down all the way

There seems to be some kind of bug with the console drawer. The drawer refuses to go down all the way. When I go the the actual console tab, it will go down all the way.
I am on Windows 10 and latest version of Chrome.

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

The action icon is not showing in window for any extension

I had built an extension for a game. It worked so that when I went to gameroom, and clicked a game, the site gives new window as a popup. The extension then appeared in the right upper corner of the url. Then I could click and get a tab window in Chrome.
After updating, I don't see the icon (action) anymore. This is not only for my own extension but also two other independently developed extensions don't show the icon anymore. What has happened? How do I get the icon?
My Chrome build version is: 6.0.472.63
Google Chrome is now at version 12+ and any transient browserAction issues with v6 updates should now be solved.