I am trying to use Angular with a list of apps, and each one is a link to see an app in more detail (apps/app.id): <a id="{{app.id}}" href="https://stackoverflow.com/questions/15606751/apps/{{app.id}}" >{{app.name}}</a>...
I looked in: C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions for unpacked extensions, but that folder is empty for me. For newer versions, where does Chrome store the files? 8...
How to save CSS changes of Styles panel of Google Chrome Developer Tools? At tool’s website it’s mentioned that we can see all change in resource panel But I’m...
Is there a way I can simulate various connection speeds from within Chrome? I need to be able to check http://localhost with varying speeds. I know there are standalone...
I just started out with Google Chrome extensions and I can’t seem to log to console from my background js. When an error occurs (because of a syntax error,...
If I call console.log('something'); from the popup page, or any script included off that it works fine. However as the background page is not directly run off the popup...
I’m having fun with Google Chrome extension, and I just want to know how can I store the URL of the current tab in a variable? 12 Answers 12
I’m having an error running Chromecast sender in Chrome Incognito or if Chromecast extension is not installed: Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js...
I’d like for my chrome extension to reload every time I save a file in the extension folder, without having to explicitly click “reload” in chrome://extensions/. Is this possible?...
I’m working on an Extension in Chrome, and I’m wondering: what’s the best way to find out when an element comes into existence? Using plain javascript, with an interval...