Show IDs

This extension lets you see all the elements that have IDs on a page

What is Show IDs?

Show IDs is a Chrome extension developed by sean.whitehead, and its main feature is "This extension lets you see all the elements that have IDs on a page".

Extension Screenshots

screenshot

Download Show IDs Extension CRX File

Download Show IDs 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

                        This extension lets you see all the elements that have IDs on a page                    

Extension Basic Information

Name Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
Official URL https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
Description This extension lets you see all the elements that have IDs on a page
File Size 7.67 KB
Installation Count 166
Current Version 1.0
Last Updated 2019-06-23
Publish Date 2019-06-17
Developer sean.whitehead
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show IDs",
    "version": "1.0",
    "icons": {
        "128": "show-ids-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show IDs",
        "default_popup": "popup.html",
        "default_icon": "show-ids-icon.png"
    }
}