Nanopool Calculator Extension
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
ما هو Nanopool Calculator Extension؟
Nanopool Calculator Extension هو إضافة Chrome تم تطويرها بواسطة Xzen، والميزة الرئيسية لها هي "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nanopool Calculator Extension
قم بتنزيل ملفات الامتداد Nanopool Calculator Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from nanopool.org and from the values in your options. Source: https://github.com/XzenTorXz/Chrome-Nanopool-Calculator-Extension Discussion: https://www.reddit.com/r/EtherMining/comments/71ridy/chrome_nanopool_calculator_extension/ Screenshots: https://imgur.com/gallery/N5GmV How to: - Install - Setup options (after the installation a link apears right on top of the calculation table) - happy mining
معلومات أساسية عن التمديد
الاسم | Nanopool Calculator Extension |
ID | nmgljdckjogdloglhcaoffmafdhgdgco |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco |
الوصف | Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from… |
حجم الملف | 130 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2018-02-11 |
تاريخ النشر | 2018-02-11 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | Xzen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nanopool Calculator Extension", "version": "0.0.4", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/nanopool.org", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.nanopool.org\/*" ], "js": [ "\/js\/jquery\/jquery.min.js", "\/src\/content\/Options.js", "\/src\/content\/addRow.js", "\/src\/content\/addCalc.js" ], "css": [ "\/src\/content\/style.css" ] } ], "permissions": [ "storage", "https:\/\/*.nanopool.org\/*" ], "web_accessible_resources": [ "src\/content\/options.html" ] } |