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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Bitcoin Peek+ Bitcoin Peek+
ID lejbmdncefpdeonhafpepgibimbngdkg
公式URL 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"
}