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.

What is Alt Text Tester?

Alt Text Tester is a Chrome extension developed by Chitranjan Jaiswal, and its main feature is "Alt Text Tester Used to Show Alternate Text of Image on Hover. We Can also Copy The Alternate Text By Double Click on Image.".

Extension Screenshots

screenshot

Download Alt Text Tester Extension CRX File

Download Alt Text Tester extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Alt Text Tester Alt Text Tester
ID koldhcllpbdfcdpfpbldbicbgddglodk
Official URL https://chromewebstore.google.com/detail/alt-text-tester/koldhcllpbdfcdpfpbldbicbgddglodk
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.
File Size 42.82 KB
Installation Count 31,106
Current Version 1.3.2
Last Updated 2019-08-19
Publish Date 2019-08-18
Rating 3.63/5 Total 51 Ratings
Developer Chitranjan Jaiswal
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}