HTML Attribute Value Finder
This extension finds the value of an attribute of an HTML element on the page.
Co je HTML Attribute Value Finder?
HTML Attribute Value Finder je rozšíření Chrome vyvinuté Joey Albano, a jeho hlavní funkcí je „This extension finds the value of an attribute of an HTML element on the page.“.
Stáhnout soubor CRX rozšíření HTML Attribute Value Finder
Stáhněte si soubory rozšíření HTML Attribute Value Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Finds the value of HTML attributes on the current page.
Základní Informace o Rozšíření
Název | HTML Attribute Value Finder |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Oficiální URL | https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Popis | This extension finds the value of an attribute of an HTML element on the page. |
Velikost souboru | 237 KB |
Počet instalací | 48 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2017-12-28 |
Datum Vydání | 2017-12-27 |
Vývojář | Joey Albano |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |