HTML Attribute Value Finder

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

Co to jest HTML Attribute Value Finder?

HTML Attribute Value Finder to rozszerzenie Chrome opracowane przez Joey Albano, a jego główną funkcją jest „This extension finds the value of an attribute of an HTML element on the page.”.

Pobierz plik CRX rozszerzenia HTML Attribute Value Finder

Pobierz pliki rozszerzeń HTML Attribute Value Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Finds the value of HTML attributes on the current page.                    

Podstawowe informacje o rozszerzeniu

Nazwa HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
Oficjalny URL https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
Opis This extension finds the value of an attribute of an HTML element on the page.
Rozmiar pliku 237 KB
Liczba instalacji 48
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2017-12-28
Data Publikacji 2017-12-27
Deweloper Joey Albano
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}