Image Alt QuickView

Quickly view the alternative text of any image in the context menu. Simply right-click on an image.

Wat is Image Alt QuickView?

Image Alt QuickView is een Chrome-extensie ontwikkeld door iaderinokun, en de belangrijkste functie is "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image Alt QuickView

Download Image Alt QuickView-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Quickly view the alternative text of any image in the context menu. Simply right-click on an image.                    

Basisinformatie over de Extensie

Naam Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
Officiële URL https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
Beschrijving Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
Bestandsgrootte 8.12 KB
Aantal Installaties 72
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-01-08
Publicatiedatum 2019-01-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar iaderinokun
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Alt QuickView",
    "short_name": "Alt QuickView",
    "description": "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}