wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
ما هو wemineltc.com Mining Dashboard؟
wemineltc.com Mining Dashboard هو إضافة Chrome تم تطويرها بواسطة coinman، والميزة الرئيسية لها هي "wemineltc.com mining dashboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة wemineltc.com Mining Dashboard
قم بتنزيل ملفات الامتداد wemineltc.com Mining Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows the current hashrate and confirmed rewards on a badge. On click displays current mining status, including the status of all workers. Also features an alert if hashrate goes below a certain level. To use this app, you need to set the API key from your Account settings to the extensions options. If you find this app useful, please donate: LTreattXwhcNvbD2kXG4g6KjSz3cqqTJwJ
معلومات أساسية عن التمديد
الاسم | |
ID | edakpoidfjdfpkojcccjhafienciicie |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie |
الوصف | wemineltc.com mining dashboard |
حجم الملف | 97.74 KB |
عدد التثبيتات | 384 |
النسخة الحالية | 1.3 |
آخر تحديث | 2013-05-20 |
تاريخ النشر | 2013-05-20 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | coinman |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "wemineltc.com Mining Dashboard", "description": "wemineltc.com mining dashboard", "version": "1.3", "permissions": [ "storage", "https:\/\/www.wemineltc.com\/api\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "MiningDashboard.html" }, "icons": { "22": "icon.png", "128": "icon128.png" } } |