Cryptosaur

Shows the price of cryptocurrencies in the badge.

ما هو Cryptosaur؟

Cryptosaur هو إضافة Chrome تم تطويرها بواسطة jeff88، والميزة الرئيسية لها هي "Shows the price of cryptocurrencies in the badge.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Cryptosaur

قم بتنزيل ملفات الامتداد Cryptosaur بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}