Neptunes Pride Battle Calculator

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

Τι είναι το Neptunes Pride Battle Calculator;

Το Neptunes Pride Battle Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mattdunelm, και η κύρια λειτουργία του είναι "This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Neptunes Pride Battle Calculator

Λήψη αρχείων επέκτασης Neptunes Pride Battle Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Neptunes Pride Battle Calculator Neptunes Pride Battle Calculator
ID nhfbgckegnbagdbpjjfhckgfioebchop
Επίσημο URL https://chromewebstore.google.com/detail/neptunes-pride-battle-cal/nhfbgckegnbagdbpjjfhckgfioebchop
Περιγραφή This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.
Μέγεθος Αρχείου 77.78 KB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2013-11-27
Ημερομηνία Δημοσίευσης 2013-11-27
Προγραμματιστής mattdunelm
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://triton.ironhelmet.com/
Υποστηριζόμενες Γλώσσες 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"
    }
}