HTML Attribute Value Finder
This extension finds the value of an attribute of an HTML element on the page.
Wat is HTML Attribute Value Finder?
HTML Attribute Value Finder is een Chrome-extensie ontwikkeld door Joey Albano, en de belangrijkste functie is "This extension finds the value of an attribute of an HTML element on the page.".
Download het CRX-bestand van de extensie HTML Attribute Value Finder
Download HTML Attribute Value Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Finds the value of HTML attributes on the current page.
Basisinformatie over de Extensie
Naam | HTML Attribute Value Finder |
ID | dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Officiële URL | https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi |
Beschrijving | This extension finds the value of an attribute of an HTML element on the page. |
Bestandsgrootte | 237 KB |
Aantal Installaties | 48 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-12-28 |
Publicatiedatum | 2017-12-27 |
Ontwikkelaar | Joey Albano |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |