Bitcoin GO

Get live notifications for bitcoin value

什麼是Bitcoin GO?

Bitcoin GO是由colkito開發的Chrome擴展程式,該擴展的主要功能是“Get live notifications for bitcoin value”。

擴展截圖

screenshot

下載Bitcoin GO擴展crx文件

下載Bitcoin GO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Just shows the Bitstamp BTC (Bitcoin) price/rate.
It's fetched every 10 seconds or when the user clicks on the icon.

About badge background colours:
* black - price did not change from last fetch.
* green - price went up
* red - price went down

source code: https://github.com/colkito/BitcoinGO-extension


*** This is not an official plugin! ***

The author of this plugin has no affiliation with Bitstamp., nor is this plugin endorsed or supported in any shape or form by the Bitstamp.

More info about Bitstamp can be found from bitstamp.net                    

擴展基本資訊

名稱 Bitcoin GO Bitcoin GO
ID hjacdkfgnmaigbmeejkjacecoibojgdn
官方網址 https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn
簡介 Get live notifications for bitcoin value
檔案大小 24.3 KB
安裝次數 64
目前版本 0.0.3
更新時間 2014-01-29
上架時間 2014-01-29
評分 5.00/5 共 2 次評分
開發者 colkito
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin GO",
    "version": "0.0.3",
    "description": "Get live notifications for bitcoin value",
    "icons": {
        "16": "bitcoin-16.png",
        "48": "bitcoin-48.png",
        "128": "bitcoin-128.png"
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/ticker\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "bitcoin-128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bitcoin-16.png"
    }
}