Bitcoin Price Tracker
Get instant bitcoin price!
ما هو Bitcoin Price Tracker؟
Bitcoin Price Tracker هو إضافة Chrome تم تطويرها بواسطة tohuem، والميزة الرئيسية لها هي "Get instant bitcoin price!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcoin Price Tracker
قم بتنزيل ملفات الامتداد Bitcoin Price Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple Bitcoin price tracker that allows you to see the latest Bitcoin price from CoinDesk and Gemini as well as the previous price that you last tracked in USD. Toggle the Gemini/CoinDesk button to see the prices between the two sites.
معلومات أساسية عن التمديد
الاسم | |
ID | mpgialbmpebikleajmfchkgjgjplnfjj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj |
الوصف | Get instant bitcoin price! |
حجم الملف | 369 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2017-08-28 |
تاريخ النشر | 2017-08-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | tohuem |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price Tracker", "description": "Get instant bitcoin price!", "version": "1.1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/api.gemini.com\/v1\/pubticker\/btcusd", "http:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json" ] } |