Show IDs

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

Show IDsとは何ですか?

Show IDsはsean.whiteheadによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you see all the elements that have IDs on a page」です。

拡張機能のスクリーンショット

screenshot

Show IDs拡張機能のCRXファイルをダウンロード

Show IDs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
公式URL https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
説明 This extension lets you see all the elements that have IDs on a page
ファイルサイズ 7.67 KB
インストール数 166
現在のバージョン 1.0
最終更新日 2019-06-23
公開日 2019-06-17
開発者 sean.whitehead
支払い方法 free
対応言語 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"
    }
}