Coin Address Inspector
Cryptocoin address information.
Coin Address Inspector là gì?
Coin Address Inspector là một tiện ích mở rộng Chrome được phát triển bởi Christopher de Beer, và tính năng chính của nó là "Cryptocoin address information.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coin Address Inspector
Tải xuống các tệp mở rộng Coin Address Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dmpancddmjhlfjkbidfaphioiikichbd |
URL Chính Thức | https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd |
Mô tả | Cryptocoin address information. |
Kích Thước Tệp | 97.5 KB |
Số Lần Cài Đặt | 184 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2014-03-19 |
Ngày Phát Hành | 2014-03-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Christopher de Beer |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://0circle.co.uk/cia |
Ngôn Ngữ Được Hỗ Trợ | 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 } |