Nanopool Calculator Extension

Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…

O que é Nanopool Calculator Extension?

Nanopool Calculator Extension é uma extensão do Chrome desenvolvida por Xzen, e sua principal característica é "Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nanopool Calculator Extension

Baixe arquivos de extensão Nanopool Calculator Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Nanopool Calculator Extension Nanopool Calculator Extension
ID nmgljdckjogdloglhcaoffmafdhgdgco
URL Oficial https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco
Descrição Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Tamanho do Arquivo 130 KB
Contagem de Instalações 71
Versão Atual 0.0.4
Última Atualização 2018-02-11
Data de Publicação 2018-02-11
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Xzen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}