This question already has answers here:
How do you inspect the web inspector in Chrome?
(4 answers)
Closed last year.
I have a Chrome extension, that runs (and displays) inside the Chrome dev-tools. (known as Extending DevTools)
I upgraded to version 97.0 of Chrome and since then, whenever I try to right click the mouse from inside the extension, nothing happens.
I need the right click in order to inspect my extension.
Any help will be much appreciated.
Edit:
This question is not a duplicate of other suggested questions. Although the accepted solution to this problem is the same as other suggested question, the cause of this problem is different. The problem of my question is that since version 97 of chrome, right click is disabled in some devtools-extensions. As pointed out by #wOxxOm, this problem is caused by this bug, whereas in other questions the poster directly wanted to know "how to inspect the devtools".
Thanks to #idoco for helping.
A nice workaround is to:
Open dev tools
Undock into separate window
Press option+cmd+i on the mac keyboard.
An explanation to why this issue happens can be found here:
https://microsoftedge.github.io/edgevr/posts/attacking-the-devtools/
Related
This question already has answers here:
Some Emmet abbreviations in VSC not working, like '!' or using '*'
(8 answers)
Closed 7 months ago.
I have started to use Visual Studio Code and am having issue's with Emmet.
When I type in the code ul>li and hit tab to expand, it expands. But when I try to multiply the code like ul>li*3, it does not expand and I get no suggestion for that abbreviation. I have added "emmet.triggerExpansionOnTab": true to the json file, and that did nothing, and I have restarted all extensions with the restart extension host command.
All suggestions on how to fix this issue are appreciated.
Yes, I am facing this issue too since latest update.
Somehow the solution I have got is :
You can check the box “Emmet: Use Inline Completions”
In settings by typing “emmet” in the setting’s search.
After checking the box You can see the suggestion and choose it by pressing the tab.
This is the solution I have got till now but hoping that we could have the previous version back.
You can get them back consistently by turning Inline Suggest on.
If you find that annoying or distracting, you can leave that off and use ctrl+space to get the old popup shortcut to come up, and then hit tab as normal.
I've added a DOM breakpoint for "subtree modification" to the body element.
When I remove the DOM Breakpoint via "Remove breakpoint" or "Remove all DOM breakpoints" and reload the page the DOM breakpoint is there again.
Is there another way to remove the DOM breakpoints?
Just for the record: This happens only for "subtree modifications" breakpoints. "node removal" or "attribute modifications" work.
One of our devs in the company had this same issue, We fixed it by going into chrome dev tools settings and restoring defaults.
Open Chrome dev tools, Press F1 the then just Restore Defaults. That seems to have fixed the issue for my colleague.
The F1 works on mac at least, If it docent work for you use the three dots menu in the upper right corner then settings.
I had the same problem plaguing me for weeks. None of the answers on SO are correct (the answers from 7 years ago are all invalid now since WebInspector doesn't exist).
The only way I was able to fix this was to uninstall and reinstall Chrome. I know, this solution sucks but Google closed the bug 7 years ago and refuse to re-open it. Yay Google.
Anyway, I can confirm reinstalling fixes it for me.
This question already exists:
how to hide chrome extension apps in "chrome://extensions/"?
Closed 8 years ago.
Basically this question for chrome,
"How to create hidden Firefox Extension?".
Thanks
First off, it sounds like you're trying to build malware. If that's not the case, I'd suggest you clarify your intent.
However, it sounds like the closest thing to what you're looking for is Chrome's "Enterprise Policy" system. It's meant for use by large organizations to centrally manage hundreds of Chrome installations remotely, but it's also popular among malware developers (for the same reason). Your extension won't be "hidden," since Chrome doesn't allow for hidden extensions, but the user won't be able to uninstall it through chrome://extensions.
I've never worked with it before, so I can't give much more detail, but here's a link to a Google page that explains it a bit.
Again, you should really reconsider whatever it is that you're doing. If you need your code to be invisible to its user, you're probably doing something you shouldn't be.
Make a chrome app instead of an extension. It will appear in the apps window but not in the extensions window. I don't know of any other way. Chrome is fairly locked down.
The console gets stuck in a state where every two page refreshes a new closed instance of my indexedDB is displayed. They are all closed except for the one on the top and everything within the application still seems to function normally, however other strange things occur when using the console.
When I click on a table within the database it shows the data, but when I try to filter or go to the next page it all disappears. I have to completely close the browser tab and then reload.
Sometimes when I enter in console commands they don't do anything, don't return anything (not even undefined), but when I refresh the page it alternative between working and not working.
Let me know if you need some more information. I haven't a clue what's causing this. I'm using the latest version of Chrome 35. Any thoughts?
Saw this once. Try a fresh install, and if that does not work, try upgrading to dev channel 37. I did both those things (for other reasons), but have not been able to reproduce the bug since. Trudging through Chromium's list of open issues or changes might also help.
Also, it looks like your question is not really about programming so it might be closed. There are other 'something.overflow' sites to post this type question.
Edit: also, regarding the disappearing issue, I actually reported this bug on Chromium. It was recently fixed!
Is there a way to set the Google Chrome's developer tools window to always be on top after it's been detached from the Chrome window itself? If not, is there any way to set the Firebug Lite plugin for Chrome to "always on top"?
It would save the hassle of switching between windows when debugging.
If you're using Windows, this Super User question answers it.
If you are using Ubuntu Right Click Menu Bar and in Option Menu Click Always on Top ..
Check Ask Ubuntu Answer Here
The other answers didn't work for me, but a software called TurboTop did. Super simple.
https://www.savardsoftware.com/turbotop/download.asp
Btw google should add some feature to help with this.. I'm suprised more people don't complain.