Web Components Inspector

Web Components Inspector Chrome extension (supports Polymer)

What is Web Components Inspector?

Web Components Inspector is a Chrome extension developed by bashmish, and its main feature is "Web Components Inspector Chrome extension (supports Polymer)".

Download Web Components Inspector Extension CRX File

Download Web Components Inspector 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

                        Requires Rempl extension to work.
https://chrome.google.com/webstore/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj

This inspector is helpful in finding Web Components on a page and navigating between them.                    

Extension Basic Information

Name Web Components Inspector Web Components Inspector
ID dhghhonjboahenmhpfdnmocbkijjcgdc
Official URL https://chrome.google.com/webstore/detail/web-components-inspector/dhghhonjboahenmhpfdnmocbkijjcgdc
Description Web Components Inspector Chrome extension (supports Polymer)
File Size 595 KB
Installation Count 596
Current Version 0.0.2
Last Updated 2017-11-27
Publish Date 2017-11-27
Rating 3.00/5 Total 1 Ratings
Developer bashmish
Payment Type free
Extension Website https://github.com/bashmish/web-components-inspector
Help Page URL https://github.com/bashmish/web-components-inspector/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Components Inspector",
    "version": "0.0.2",
    "description": "Web Components Inspector Chrome extension (supports Polymer)",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page-injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "publisher.js",
        "subscriber.js"
    ]
}