Bitcoin Price Ticker

Shows the latest prices and transactions from Bitstamp

ما هو Bitcoin Price Ticker؟

Bitcoin Price Ticker هو إضافة Chrome تم تطويرها بواسطة Nick Zelei، والميزة الرئيسية لها هي "Shows the latest prices and transactions from Bitstamp".

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

screenshot

تحميل ملف CRX للإضافة Bitcoin Price Ticker

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

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

                        Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour.

All data is pulled from www.bitstamp.net

Version 1.1.7 fix:
- Fixed min file include error

Version 1.1.6 changes:
- Set floating point to fixed decimal

Version 1.1.X changes:
- Updated styling to better center the main price

Version 1.1 changes:
- Substantial UI overhaul
- Now pulling in transactions from the last hour
- Other various pruning                    

معلومات أساسية عن التمديد

الاسم Bitcoin Price Ticker Bitcoin Price Ticker
ID hbojnodgdgldmojbedldhdchcjhheeka
عنوان URL الرسمي https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka
الوصف Shows the latest prices and transactions from Bitstamp
حجم الملف 196 KB
عدد التثبيتات 25
النسخة الحالية 1.1.7
آخر تحديث 2016-03-14
تاريخ النشر 2016-03-13
تقييم 5.00/5 مجموع تقييمات 3
المطور Nick Zelei
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price Ticker",
    "short_name": "Bitcoin Prices",
    "description": "Shows the latest prices and transactions from Bitstamp",
    "version": "1.1.7",
    "browser_action": {
        "default_title": "Bitcoin Price Ticker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/ticker\/",
        "https:\/\/www.bitstamp.net\/api\/transactions\/"
    ]
}