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 |
官方網址 | 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" } |