Bitcoin GO

Get live notifications for bitcoin value

ما هو Bitcoin GO؟

Bitcoin GO هو إضافة Chrome تم تطويرها بواسطة colkito، والميزة الرئيسية لها هي "Get live notifications for bitcoin value".

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

screenshot

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

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

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

                        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
عنوان URL الرسمي 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"
    }
}