Href Viewer plus
a要素に設定された href属性を見える化します。
Cos'è Href Viewer plus?
Href Viewer plus è un'estensione di Chrome sviluppata da Misaki Shibata, e la sua funzione principale è "a要素に設定された href属性を見える化します。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Href Viewer plus
Scarica i file di estensione Href 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
a要素に設定された href属性を見える化します。 --------------- 更新履歴 ---------------
Informazioni di Base sull'Estensione
Nome | |
ID | kgjhaagckoeclebnldhaflioaeeemajc |
URL Ufficiale | https://chrome.google.com/webstore/detail/kgjhaagckoeclebnldhaflioaeeemajc |
Descrizione | a要素に設定された href属性を見える化します。 |
Dimensione del File | 26.11 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-04-27 |
Data di Pubblicazione | 2016-04-27 |
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": "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" } |