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
官方網址 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
電子郵箱 [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",
        ""
    ]
}