Open DevTools tab quicker...
Open a chrome://inspect tab wihin single click to make debugging quicker
What is Open DevTools tab quicker...?
Open DevTools tab quicker... is a Chrome extension developed by rafalthedeveloper, and its main feature is "Open a chrome://inspect tab wihin single click to make debugging quicker".
Extension Screenshots
Download Open DevTools tab quicker... Extension CRX File
Download Open DevTools tab quicker... extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open chrome://inspect with single click
Extension Basic Information
Name | Open DevTools tab quicker... |
ID | acbjdjcdiahoccockedknjlkjelofgbj |
Official URL | https://chromewebstore.google.com/detail/open-devtools-tab-quicker/acbjdjcdiahoccockedknjlkjelofgbj |
Description | Open a chrome://inspect tab wihin single click to make debugging quicker |
File Size | 80.4 KB |
Installation Count | 40 |
Current Version | 1.1 |
Last Updated | 2017-02-13 |
Publish Date | 2017-02-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | rafalthedeveloper |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "manifest_version": 2, "name": "Open DevTools tab quicker...", "description": "Open a chrome:\/\/inspect tab wihin single click to make debugging quicker", "browser_action": { "default_icon": { "48": "debugger.png" }, "homepage_url": "http:\/\/www.rafaldrozdowski.pl", "default_title": "Open chrome:\/\/inspect tab" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |