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
Eメール [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"
    ]
}