Image Alt QuickView

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

Qu'est-ce que Image Alt QuickView ?

Image Alt QuickView est une extension Chrome développée par iaderinokun, et sa fonction principale est "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image Alt QuickView

Téléchargez les fichiers d'extension Image Alt QuickView au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
URL Officiel https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
Description Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
Taille du Fichier 8.12 KB
Nombre d'Installations 72
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-01-08
Date de Publication 2019-01-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur iaderinokun
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}