Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

Qu'est-ce que Alt Attribute Viewer ?

Alt Attribute Viewer est une extension Chrome développée par webgoto, et sa fonction principale est "Apps display the alt attribute while browsing the web site.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Alt Attribute Viewer

Téléchargez les fichiers d'extension Alt Attribute Viewer 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

                        WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。
alt属性が存在しない場合、[None]と表示されます。
alt属性が空の場合、[Empty]と表示されます。
WEBサイト開発時の確認にお使いください。                    

Informations de Base sur l'Extension

Nom Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
URL Officiel https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
Description Apps display the alt attribute while browsing the web site.
Taille du Fichier 28.26 KB
Nombre d'Installations 1,359
Version Actuelle 1.15
Dernière Mise à Jour 2021-01-27
Date de Publication 2016-06-22
Évaluation 3.40/5 Total 5 Évaluations
Développeur webgoto
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19_off.png",
        "default_title": "to ON"
    },
    "description": "Apps display the alt attribute while browsing the web site.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alt Attribute Viewer",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.15"
}