Neptunes Pride Battle Calculator

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

¿Qué es Neptunes Pride Battle Calculator?

Neptunes Pride Battle Calculator es una extensión de Chrome desarrollada por mattdunelm, y su función principal es "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Neptunes Pride Battle Calculator

Descarga archivos de extensión Neptunes Pride Battle Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
URL Oficial https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Descripción This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Tamaño del Archivo 77.78 KB
Cantidad de Instalaciones 54
Versión Actual 0.2
Última Actualización 2013-11-27
Fecha de Publicación 2013-11-27
Desarrollador mattdunelm
Tipo de Pago free
Sitio Web de la Extensión http://triton.ironhelmet.com/
Idiomas Soportados 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"
    }
}