Advanced Dev Tools

This extension extends the capabilities of Chrome Dev tools.

What is Advanced Dev Tools?

Advanced Dev Tools is a Chrome extension developed by Unknown, and its main feature is "This extension extends the capabilities of Chrome Dev tools.".

Extension Screenshots

screenshot

Download Advanced Dev Tools Extension CRX File

Download Advanced Dev Tools 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

                                            

Extension Basic Information

Name Advanced Dev Tools Advanced Dev Tools
ID hefcmbkgejfdgalommcceebgodchffke
Official URL https://chromewebstore.google.com/detail/advanced-dev-tools/hefcmbkgejfdgalommcceebgodchffke
Description This extension extends the capabilities of Chrome Dev tools.
File Size 891 KB
Installation Count 1,082
Current Version 1.0.1
Last Updated 2016-02-09
Publish Date 2016-02-09
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced Dev Tools",
    "description": "This extension extends the capabilities of Chrome Dev tools.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}