HTML Attribute Value Finder

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

Vad är HTML Attribute Value Finder?

HTML Attribute Value Finder är en Chrome-tillägg utvecklad av Joey Albano, och dess huvudfunktion är "This extension finds the value of an attribute of an HTML element on the page.".

Ladda ner HTML Attribute Value Finder-förlängningens CRX-fil

Ladda ner HTML Attribute Value Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Finds the value of HTML attributes on the current page.                    

Grundläggande Information om Tillägg

Namn HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
Officiell webbadress https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
Beskrivning This extension finds the value of an attribute of an HTML element on the page.
Filstorlek 237 KB
Antal Installationer 48
Aktuell Version 2.0
Senast Uppdaterad 2017-12-28
Publiceringsdatum 2017-12-27
Utvecklare Joey Albano
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}