Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

O que é Alt Attribute Viewer?

Alt Attribute Viewer é uma extensão do Chrome desenvolvida por webgoto, e sua principal característica é "Apps display the alt attribute while browsing the web site.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Alt Attribute Viewer

Baixe arquivos de extensão Alt Attribute Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
URL Oficial https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
Descrição Apps display the alt attribute while browsing the web site.
Tamanho do Arquivo 28.26 KB
Contagem de Instalações 1,359
Versão Atual 1.15
Última Atualização 2021-01-27
Data de Publicação 2016-06-22
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor webgoto
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}