HTML Attribute Value Finder

This extension finds the value of an attribute of an HTML element on the page.

Cos'è HTML Attribute Value Finder?

HTML Attribute Value Finder è un'estensione di Chrome sviluppata da Joey Albano, e la sua funzione principale è "This extension finds the value of an attribute of an HTML element on the page.".

Scarica il file CRX dell'estensione HTML Attribute Value Finder

Scarica i file di estensione HTML Attribute Value Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Finds the value of HTML attributes on the current page.                    

Informazioni di Base sull'Estensione

Nome HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
URL Ufficiale https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
Descrizione This extension finds the value of an attribute of an HTML element on the page.
Dimensione del File 237 KB
Conteggio Installazioni 48
Versione Corrente 2.0
Ultimo Aggiornamento 2017-12-28
Data di Pubblicazione 2017-12-27
Sviluppatore Joey Albano
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}