HTML Attribute Value Finder
This extension finds the value of an attribute of an HTML element on the page.
Qu'est-ce que HTML Attribute Value Finder ?
HTML Attribute Value Finder est une extension Chrome développée par Joey Albano, et sa fonction principale est "This extension finds the value of an attribute of an HTML element on the page.".
Télécharger le fichier CRX de l'extension HTML Attribute Value Finder
Téléchargez les fichiers d'extension HTML Attribute Value Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Finds the value of HTML attributes on the current page.
Informations de Base sur l'Extension
Nom | HTML Attribute Value Finder |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
URL Officiel | 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. |
Taille du Fichier | 237 KB |
Nombre d'Installations | 48 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-12-28 |
Date de Publication | 2017-12-27 |
Développeur | Joey Albano |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |