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
电子邮箱 [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",
        ""
    ]
}