HTML Attribute Value Finder

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

Was ist HTML Attribute Value Finder?

HTML Attribute Value Finder ist eine Chrome-Erweiterung, die von Joey Albano entwickelt wurde, und ihr Hauptmerkmal ist "This extension finds the value of an attribute of an HTML element on the page.".

HTML Attribute Value Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTML Attribute Value Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Finds the value of HTML attributes on the current page.                    

Grundlegende Informationen zur Erweiterung

Name HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
Offizielle URL https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
Beschreibung This extension finds the value of an attribute of an HTML element on the page.
Dateigröße 237 KB
Installationsanzahl 48
Aktuelle Version 2.0
Letztes Update 2017-12-28
Veröffentlichungsdatum 2017-12-27
Entwickler Joey Albano
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}