Coin Address Inspector
Cryptocoin address information.
Coin Address Inspectorとは何ですか?
Coin Address InspectorはChristopher de Beerによって開発されたChromeの拡張機能で、その主な機能は「Cryptocoin address information.」です。
拡張機能のスクリーンショット
Coin Address Inspector拡張機能のCRXファイルをダウンロード
Coin Address Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Searches for bitcoin addresses on pages you visit, and allows you to click on them and see more information. Currently shows the addresses sent, recieved and total balances, as well as a link to it's blockchain.info page. Feedback improvement suggestions welcome in reviews section. Donate to: 1K1WYkeF9WTRmuNj4ZSopWfkspesEB1FxU for more features.
拡張機能の基本情報
名前 | |
ID | dmpancddmjhlfjkbidfaphioiikichbd |
公式URL | https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd |
説明 | Cryptocoin address information. |
ファイルサイズ | 97.5 KB |
インストール数 | 184 |
現在のバージョン | 0.5 |
最終更新日 | 2014-03-19 |
公開日 | 2014-03-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Christopher de Beer |
支払い方法 | free |
拡張機能のウェブサイト | http://0circle.co.uk/cia |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coin Address Inspector", "description": "Cryptocoin address information.", "version": "0.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "manifest_version": 2 } |