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"
    }
}