Bitcoin Price
Display the current Bitcoin price in Chrome.
ما هو Bitcoin Price؟
Bitcoin Price هو إضافة Chrome تم تطويرها بواسطة http://edwardbowden.co.uk، والميزة الرئيسية لها هي "Display the current Bitcoin price in Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcoin Price
قم بتنزيل ملفات الامتداد Bitcoin Price بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows the current BTC price at all times right in your browser. Customisable, simple and effective. Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt
معلومات أساسية عن التمديد
الاسم | |
ID | jiijoddlomajkmcbcafjfgpfjbmeoldh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh |
الوصف | Display the current Bitcoin price in Chrome. |
حجم الملف | 64.87 KB |
عدد التثبيتات | 243 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2017-06-15 |
تاريخ النشر | 2017-06-15 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | http://edwardbowden.co.uk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://edwardbowden.co.uk |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price", "short_name": "Clean Tab", "description": "Display the current Bitcoin price in Chrome.", "version": "0.2.0", "permissions": [ "alarms" ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png" }, "default_title": "BTC Price", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true } } |