HTML Attribute Value Finder

This extension finds the value of an attribute of an HTML element on the page.

什么是HTML Attribute Value Finder?

HTML Attribute Value Finder是由Joey Albano开发的Chrome扩展程序,该扩展的主要功能是“This extension finds the value of an attribute of an HTML element on the page.”。

下载HTML Attribute Value Finder扩展crx文件

下载HTML Attribute Value Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Finds the value of HTML attributes on the current page.                    

扩展基本信息

名称 HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
官方URL https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
简介 This extension finds the value of an attribute of an HTML element on the page.
文件大小 237 KB
安装次数 48
当前版本 2.0
更新时间 2017-12-28
上架时间 2017-12-27
开发者 Joey Albano
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Attribute Value Finder",
    "description": "This extension finds the value of an attribute of an HTML element on the page.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}