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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}