Alt Text Tester

Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.

O que é Alt Text Tester?

Alt Text Tester é uma extensão do Chrome desenvolvida por Chitranjan Jaiswal, e sua principal característica é "Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Alt Text Tester

Baixe arquivos de extensão Alt Text Tester 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

                        Alt Text Tester Basically Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image                    

Informações Básicas da Extensão

Nome Alt Text Tester Alt Text Tester
ID koldhcllpbdfcdpfpbldbicbgddglodk
URL Oficial https://chromewebstore.google.com/detail/alt-text-tester/koldhcllpbdfcdpfpbldbicbgddglodk
Descrição Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.
Tamanho do Arquivo 42.82 KB
Contagem de Instalações 31,106
Versão Atual 1.3.2
Última Atualização 2019-08-19
Data de Publicação 2019-08-18
Classificação 3.63/5 Total de 51 Avaliações
Desenvolvedor Chitranjan Jaiswal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alt Text Tester",
    "short_name": "ATT",
    "version": "1.3.2",
    "manifest_version": 2,
    "description": "Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "imageTester.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "required.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}