Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
ما هو Bitcoin Price for Virwox؟
Bitcoin Price for Virwox هو إضافة Chrome تم تطويرها بواسطة Fernando D. Tiberti، والميزة الرئيسية لها هي "Calculates the final bitcoin price on virwox.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcoin Price for Virwox
قم بتنزيل ملفات الامتداد Bitcoin Price for Virwox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Calculates the final bitcoin price in virwox.com It takes into account the USD/SLL and BTC/SLL metrics as well as the conversion fees (2.9% + 50 SLL) for each of the two transactions needed to convert dollars into bitcoins. Bitcoin Virwox also features a chart for the BTC/SLL moving price with several periods to select from. Please donate! 1HEZGaMmDFcPSvC4yAqmEUw6MfxNEQ7RgY
معلومات أساسية عن التمديد
الاسم | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
الوصف | Calculates the final bitcoin price on virwox.com |
حجم الملف | 41.29 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2015-02-26 |
تاريخ النشر | 2015-02-26 |
تقييم | 3.60/5 مجموع تقييمات 5 |
المطور | Fernando D. Tiberti |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Price for Virwox", "short_name": "BTC Virwox", "version": "0.1.0", "description": "Calculates the final bitcoin price on virwox.com", "content_scripts": [ { "matches": [ "https:\/\/www.virwox.com\/*" ], "js": [ "jquery-1.10.2.min.js", "main.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "jquery-1.10.2.min.map" ], "permissions": [ "https:\/\/www.virwox.com\/*" ], "manifest_version": 2 } |