Bitcoin price
Displays the current bitcoin price.
ما هو Bitcoin price؟
Bitcoin price هو إضافة Chrome تم تطويرها بواسطة ar2r، والميزة الرئيسية لها هي "Displays the current bitcoin price.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcoin price
قم بتنزيل ملفات الامتداد Bitcoin price بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple BTC / Bitcoin price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) ETC Etherum price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
معلومات أساسية عن التمديد
الاسم | |
ID | mnphabhdkpljeimcfpdpppbamedonofb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bitcoin-price/mnphabhdkpljeimcfpdpppbamedonofb |
الوصف | Displays the current bitcoin price. |
حجم الملف | 63.82 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-01-17 |
تاريخ النشر | 2018-01-17 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | ar2r |
نوع الدفع | free |
موقع الإضافة | http://allcoinindex.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current bitcoin price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Bitcoin price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Bitcoin Price", "version": "1.0" } |