IdFinder

It's unique chrome extension that get all id in a webpage and show them in a popup

IdFinderとは何ですか?

IdFinderはVarPによって開発されたChromeの拡張機能で、その主な機能は「It's unique chrome extension that get all id in a webpage and show them in a popup」です。

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

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

拡張機能の使用方法

                        It's unique chrome extension that get id and show them in a popup.
Search all id in all webpages and if you click on id highlight a element of div.
Is thinked for a google tag manager.
Highlight in red all duplicated ids.

Is the same for all classes. Try to change tab.                    

拡張機能の基本情報

名前 IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
公式URL https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
説明 It's unique chrome extension that get all id in a webpage and show them in a popup
ファイルサイズ 859 KB
インストール数 47
現在のバージョン 1.8
最終更新日 2017-05-22
公開日 2017-05-22
評価 4.50/5 合計 4 レビュー
開発者 VarP
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://pasqualedelucia.netsons.org
ヘルプページのURL http://pasqualedelucia.netsons.org
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IdFinder",
    "version": "1.8",
    "manifest_version": 2,
    "description": "It's unique chrome extension that get all id in a webpage and show them in a popup",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}