Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

Co to jest Alt Attribute Viewer?

Alt Attribute Viewer to rozszerzenie Chrome opracowane przez webgoto, a jego główną funkcją jest „Apps display the alt attribute while browsing the web site.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Alt Attribute Viewer

Pobierz pliki rozszerzeń Alt Attribute Viewer 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

                        WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。
alt属性が存在しない場合、[None]と表示されます。
alt属性が空の場合、[Empty]と表示されます。
WEBサイト開発時の確認にお使いください。                    

Podstawowe informacje o rozszerzeniu

Nazwa Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
Oficjalny URL https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
Opis Apps display the alt attribute while browsing the web site.
Rozmiar pliku 28.26 KB
Liczba instalacji 1,359
Aktualna Wersja 1.15
Ostatnia Aktualizacja 2021-01-27
Data Publikacji 2016-06-22
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper webgoto
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19_off.png",
        "default_title": "to ON"
    },
    "description": "Apps display the alt attribute while browsing the web site.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alt Attribute Viewer",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.15"
}