Href Viewer plus
a要素に設定された href属性を見える化します。
Href Viewer plusとは何ですか?
Href Viewer plusはMisaki Shibataによって開発されたChromeの拡張機能で、その主な機能は「a要素に設定された href属性を見える化します。」です。
拡張機能のスクリーンショット
Href Viewer plus拡張機能のCRXファイルをダウンロード
Href Viewer plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
a要素に設定された href属性を見える化します。 --------------- 更新履歴 ---------------
拡張機能の基本情報
名前 | |
ID | kgjhaagckoeclebnldhaflioaeeemajc |
公式URL | https://chrome.google.com/webstore/detail/kgjhaagckoeclebnldhaflioaeeemajc |
説明 | a要素に設定された href属性を見える化します。 |
ファイルサイズ | 26.11 KB |
インストール数 | 37 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-04-27 |
公開日 | 2016-04-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Misaki Shibata |
支払い方法 | free |
対応言語 | 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": "Href Viewer plus" }, "description": "a\u8981\u7d20\u306b\u8a2d\u5b9a\u3055\u308c\u305f href\u5c5e\u6027\u3092\u898b\u3048\u308b\u5316\u3057\u307e\u3059\u3002", "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "Href Viewer plus", "short_name": "Href Viewer", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0" } |