Bitcoin Peek+
Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again!
O que é Bitcoin Peek+?
Bitcoin Peek+ é uma extensão do Chrome desenvolvida por Daniel Eithan, e sua principal característica é "Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitcoin Peek+
Baixe arquivos de extensão Bitcoin Peek+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | lejbmdncefpdeonhafpepgibimbngdkg |
URL Oficial | https://chrome.google.com/webstore/detail/bitcoin-peek+/lejbmdncefpdeonhafpepgibimbngdkg |
Descrição | Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again! |
Tamanho do Arquivo | 335 KB |
Contagem de Instalações | 96 |
Versão Atual | 3.31 |
Última Atualização | 2014-03-07 |
Data de Publicação | 2014-03-07 |
Classificação | 4.56/5 Total de 9 Avaliações |
Desenvolvedor | Daniel Eithan |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |