Chrome Quick Console

A Google Chrome extension for a developer console outside Developer Tools

What is Chrome Quick Console?

Chrome Quick Console is a Chrome extension developed by myTerminal, and its main feature is "A Google Chrome extension for a developer console outside Developer Tools".

Extension Screenshots

screenshot

Download Chrome Quick Console Extension CRX File

Download Chrome Quick Console 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

                        * A developer console outside of Chrome Developer Tools
* Evaluate and run JavaScript while being on the page
* More to come...                    

Extension Basic Information

Name Chrome Quick Console Chrome Quick Console
ID egnpebbaedhmkhdoachibnpiplmkjoke
Official URL https://chromewebstore.google.com/detail/chrome-quick-console/egnpebbaedhmkhdoachibnpiplmkjoke
Description A Google Chrome extension for a developer console outside Developer Tools
File Size 1.37 MB
Installation Count 2,000
Current Version 0.10.1
Last Updated 2019-06-24
Publish Date 2019-06-23
Rating 3.67/5 Total 6 Ratings
Developer myTerminal
Email [email protected]
Payment Type free
Extension Website https://github.com/myTerminal/chrome-quick-console
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Quick Console",
    "short_name": "Chrome Quick Console",
    "version": "0.10.1",
    "description": "A Google Chrome extension for a developer console outside Developer Tools",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "author": "Mohammed Ismail Ansari ",
    "permissions": [
        "activeTab"
    ]
}