Cryptosaur

Shows the price of cryptocurrencies in the badge.

Cryptosaurとは何ですか?

Cryptosaurはjeff88によって開発されたChromeの拡張機能で、その主な機能は「Shows the price of cryptocurrencies in the badge.」です。

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

screenshot
screenshot

Cryptosaur拡張機能のCRXファイルをダウンロード

Cryptosaur拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cryptosaur is an altcoins ticker. Now support:
Digibyte (DGB)
Dogecoin (DOGE)
Maxcoin (MAX)
Quarkcoin (QRK)
Earthcoin (EAC)
Vertcoin (VTC)
Litecoin (LTC)
Qubitcoin (Q2C)
Ultracoin (UTC)
USDecoin (USDE)
Lottocoin (LOT)
Leafcoin (LEAF)
Kittehcoin (MEOW)
NXT (NXT)
Reddcoin (RDD)
Klondikecoin (KDC)
Beecoin (BEE)
Rubycoin (RUBY)
Noblecoin (NOBL)
Auroracoin (AUR)
Megacoin (MEC)
Blackcoin (BC)
Darkcoin (DRK)
Myriadcoin (MYR)
Feathercoin (FTC)
Also can convert price to USD, EUR or BTC.

https://bitcointalk.org/index.php?topic=458091

Graphics by flashing_light                    

拡張機能の基本情報

名前 Cryptosaur Cryptosaur
ID ldifofhjjihonamocbjmboeeaolkflag
公式URL https://chromewebstore.google.com/detail/cryptosaur/ldifofhjjihonamocbjmboeeaolkflag
説明 Shows the price of cryptocurrencies in the badge.
ファイルサイズ 111 KB
インストール数 30
現在のバージョン 1.1.9
最終更新日 2014-03-24
公開日 2014-03-23
評価 3.95/5 合計 20 レビュー
開発者 jeff88
支払い方法 free
ヘルプページのURL https://bitcointalk.org/index.php?topic=458091
対応言語 en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Shows the price of cryptocurrencies in the badge.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Cryptosaur",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/engineerblog.ru\/",
        "https:\/\/btc-e.com\/",
        "http:\/\/pubapi.cryptsy.com\/",
        "https:\/\/cryptorush.in\/",
        "http:\/\/data.bter.com\/",
        "https:\/\/poloniex.com\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.9"
}