HTML ID Finder

Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.

HTML ID Finderとは何ですか?

HTML ID Finderはmateuskuritzaによって開発されたChromeの拡張機能で、その主な機能は「Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.」です。

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

screenshot

HTML ID Finder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Have you ever needed to find HTML element IDs for some reason? Find them quickly and easily.                    

拡張機能の基本情報

名前 HTML ID Finder HTML ID Finder
ID djemnfgdmmgopgnhcodpjhjjlfkoeano
公式URL https://chromewebstore.google.com/detail/html-id-finder/djemnfgdmmgopgnhcodpjhjjlfkoeano
説明 Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.
ファイルサイズ 10.49 KB
インストール数 49
現在のバージョン 0.0.0.1
最終更新日 2023-04-04
公開日 2023-04-03
開発者 mateuskuritza
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML ID Finder",
    "description": "Switch extension on\/off with CTRL + B. Easily locate the ID values of elements on any webpage.",
    "version": "0.0.0.1",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}