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 } |