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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |