Alt Viewer plus
img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。
What is Alt Viewer plus?
Alt Viewer plus is a Chrome extension developed by Misaki Shibata, and its main feature is "img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。".
Extension Screenshots
Download Alt Viewer plus Extension CRX File
Download Alt Viewer plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。 --------------- 更新履歴 --------------- 1.0.1 閉じた後、開かないバグを修正 1.0.2 画像位置へ自動でスクロールさせる機能を追加 1.0.3 表示不具合調整の為、CSSを更新
Extension Basic Information
Name | |
ID | ffjajikffikfodkkflfkmmgjeifkphjb |
Official URL | https://chrome.google.com/webstore/detail/alt-viewer-plus/ffjajikffikfodkkflfkmmgjeifkphjb |
Description | img要素に設定された alt属性 または、title 属性を見える化します。head要素を表示させます。 |
File Size | 23.96 KB |
Installation Count | 43 |
Current Version | 1.0.3 |
Last Updated | 2016-05-19 |
Publish Date | 2016-05-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Misaki Shibata |
Payment Type | free |
Supported Languages | 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" } |