Image Alt Text Viewer

Display alternative texts for images on a web page.

Image Alt Text Viewer क्या है?

Image Alt Text Viewer Andreas Nylin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display alternative texts for images on a web page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Image Alt Text Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension helps users display all alternative texts for images on a web page. The extension also reports if images have missing texts or missing alt-attributes.                    

एक्सटेंशन की मूल जानकारी

नाम Image Alt Text Viewer Image Alt Text Viewer
ID nhmihbneenlkbjjpbimhegikadfleccd
आधिकारिक URL https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd
विवरण Display alternative texts for images on a web page.
फ़ाइल का आकार 16.24 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-06-18
प्रकाशन तिथि 2020-06-18
रेटिंग 4.33/5 कुल 12 रेटिंग्स
डेवलपर Andreas Nylin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Alt Text Viewer",
    "description": "Display alternative texts for images on a web page.",
    "version": "1.2",
    "author": "Andreas Nylin",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-inactive.png",
        "default_title": "Image Alt Text Viewer"
    },
    "permissions": [
        "activeTab"
    ]
}