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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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