Bitcoin Peek+
Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again!
什麼是Bitcoin Peek+?
Bitcoin Peek+是由Daniel Eithan開發的Chrome擴展程式,該擴展的主要功能是“Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again!”。
擴展截圖
下載Bitcoin Peek+擴展crx文件
下載Bitcoin Peek+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Gives you snap-in data about Bitcoin addresses on pages. You'll be surprised how many Bitcoin addresses there are scattered around the web while you surf! Quickly and smoothly you can see: - When was the address first & last used - Max Balance - Current Balance - More Next version: - Popular and BitcoinTalk user addresses recognition - Confirmations info - Interactive Graphs of balance over time - and more Permission: - Page access - for tooltip - Storage - to remember preferences (On\Off for now) Many Thanks to: JQuery JQuery Themes & UI JQtip2 Blockchain API (which sometimes Times-out if you have too many requests) Source Code: The extension is a CRX file. Just change it's extension to .ZIP and it will open. Drop me an email if you're having trouble Contact: DanielEithan[at]Gmail.com
擴展基本資訊
名稱 | |
ID | lejbmdncefpdeonhafpepgibimbngdkg |
官方網址 | https://chrome.google.com/webstore/detail/bitcoin-peek+/lejbmdncefpdeonhafpepgibimbngdkg |
簡介 | Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again! |
檔案大小 | 335 KB |
安裝次數 | 96 |
目前版本 | 3.31 |
更新時間 | 2014-03-07 |
上架時間 | 2014-03-07 |
評分 | 4.56/5 共 9 次評分 |
開發者 | Daniel Eithan |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Peek+", "version": "3.31", "manifest_version": 2, "description": "Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again!", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "short_name": "Bitcoin Peek+", "web_accessible_resources": [ "jquery-1.8.3.js", "myscript.js", "jquery.qtip.js", "jquery-smoothness-1.10.3.css", "jquery.qtip.css", "*.jpg", "*.gif", "*.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.8.3.js", "jquery-ui_1.10.3.js", "jquery.qtip.js", "body.js" ], "run_at": "document_end", "all_frames": false } ], "icons": { "16": "Bitcoin_Zoom_16.png", "48": "Bitcoin_Zoom_48.png", "128": "Bitcoin_Zoom_128.png" }, "background": { "scripts": [ "background.js", "jquery-1.8.3.js" ] }, "options_page": "options.html" } |