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.

Cos'è Alt Text Tester?

Alt Text Tester è un'estensione di Chrome sviluppata da Chitranjan Jaiswal, e la sua funzione principale è "Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Alt Text Tester

Scarica i file di estensione Alt Text Tester in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Alt Text Tester Alt Text Tester
ID koldhcllpbdfcdpfpbldbicbgddglodk
URL Ufficiale https://chromewebstore.google.com/detail/alt-text-tester/koldhcllpbdfcdpfpbldbicbgddglodk
Descrizione Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.
Dimensione del File 42.82 KB
Conteggio Installazioni 31,106
Versione Corrente 1.3.2
Ultimo Aggiornamento 2019-08-19
Data di Pubblicazione 2019-08-18
Valutazione 3.63/5 Totale 51 Valutazioni
Sviluppatore Chitranjan Jaiswal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}