Neptunes Pride Battle Calculator

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

Hvad er Neptunes Pride Battle Calculator?

Neptunes Pride Battle Calculator er en Chrome-udvidelse udviklet af mattdunelm, og dens hovedfunktion er "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Udvidelsesskærmbilleder

screenshot

Download Neptunes Pride Battle Calculator-udvidelses-CRX-fil

Download Neptunes Pride Battle Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
Officiel URL https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Beskrivelse This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Filstørrelse 77.78 KB
Antal Installationer 54
Nuværende Version 0.2
Senest Opdateret 2013-11-27
Udgivelsesdato 2013-11-27
Udvikler mattdunelm
Betalingsmetode free
Udvidelseswebsted http://triton.ironhelmet.com/
Understøttede Sprog 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"
    }
}