Alt Viewer plus
img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。
Cos'è Alt Viewer plus?
Alt Viewer plus è un'estensione di Chrome sviluppata da Misaki Shibata, e la sua funzione principale è "img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alt Viewer plus
Scarica i file di estensione Alt Viewer plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。 --------------- 更新履歴 --------------- 1.0.1 閉じた後、開かないバグを修正 1.0.2 画像位置へ自動でスクロールさせる機能を追加 1.0.3 表示不具合調整の為、CSSを更新
Informazioni di Base sull'Estensione
Nome | |
ID | ffjajikffikfodkkflfkmmgjeifkphjb |
URL Ufficiale | https://chrome.google.com/webstore/detail/alt-viewer-plus/ffjajikffikfodkkflfkmmgjeifkphjb |
Descrizione | img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。 |
Dimensione del File | 23.96 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2016-05-19 |
Data di Pubblicazione | 2016-05-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Misaki Shibata |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |