Alt Viewer plus

img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。

Wat is Alt Viewer plus?

Alt Viewer plus is een Chrome-extensie ontwikkeld door Misaki Shibata, en de belangrijkste functie is "img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Alt Viewer plus

Download Alt Viewer plus-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

                        img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。

---------------
 更新履歴
---------------
1.0.1 閉じた後、開かないバグを修正
1.0.2 画像位置へ自動でスクロールさせる機能を追加
1.0.3 表示不具合調整の為、CSSを更新                    

Basisinformatie over de Extensie

Naam Alt Viewer plus Alt Viewer plus
ID ffjajikffikfodkkflfkmmgjeifkphjb
Officiële URL https://chrome.google.com/webstore/detail/alt-viewer-plus/ffjajikffikfodkkflfkmmgjeifkphjb
Beschrijving img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。
Bestandsgrootte 23.96 KB
Aantal Installaties 43
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-05-19
Publicatiedatum 2016-05-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Misaki Shibata
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "db.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "Alt Viewer plus"
    },
    "description": "img\u8981\u7d20\u306b\u8a2d\u5b9a\u3055\u308c\u305f alt\u5c5e\u6027 \u307e\u305f\u306f\u3001title \u5c5e\u6027\u3092\u898b\u3048\u308b\u5316\u3057\u307e\u3059\u3002head\u8981\u7d20\u3092\u8868\u793a\u3055\u305b\u307e\u3059\u3002",
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Alt Viewer plus",
    "short_name": "Alt Viewer",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.3"
}