HTML Attribute Value Finder
This extension finds the value of an attribute of an HTML element on the page.
What is HTML Attribute Value Finder?
HTML Attribute Value Finder is a Chrome extension developed by Joey Albano, and its main feature is "This extension finds the value of an attribute of an HTML element on the page.".
Download HTML Attribute Value Finder Extension CRX File
Download HTML Attribute Value Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Finds the value of HTML attributes on the current page.
Extension Basic Information
Name | HTML Attribute Value Finder |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Official URL | https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Description | This extension finds the value of an attribute of an HTML element on the page. |
File Size | 237 KB |
Installation Count | 48 |
Current Version | 2.0 |
Last Updated | 2017-12-28 |
Publish Date | 2017-12-27 |
Developer | Joey Albano |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |