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 |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
官方網址 | 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" ] } |