Neptunes Pride Battle Calculator

This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.

O que é Neptunes Pride Battle Calculator?

Neptunes Pride Battle Calculator é uma extensão do Chrome desenvolvida por mattdunelm, e sua principal característica é "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Neptunes Pride Battle Calculator

Baixe arquivos de extensão Neptunes Pride Battle Calculator 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

                        A battle calculator for Iron Helmet's game Neptune's Pride. The calculator takes in the attacking and defending numbers and weapons skill, and calculates the results of battle, or fills in any missing value.

The extension is free. All images and copyright of Neptune's Pride belong to the magisterial Iron Helmet.                    

Informações Básicas da Extensão

Nome Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
URL Oficial https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Descrição This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Tamanho do Arquivo 77.78 KB
Contagem de Instalações 54
Versão Atual 0.2
Última Atualização 2013-11-27
Data de Publicação 2013-11-27
Desenvolvedor mattdunelm
Tipo de Pagamento free
Site da Extensão http://triton.ironhelmet.com/
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neptunes Pride Battle Calculator",
    "description": "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.",
    "version": "0.2",
    "homepage_url": "http:\/\/np.ironhelmet.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "np16.png",
        "48": "np48.png",
        "128": "np128.png"
    }
}