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是由mattdunelm开发的Chrome扩展程序,该扩展的主要功能是“This extension calculates the results of battles in Iron Helmet's webgame Neptunes Pride.”。

扩展截图

screenshot

下载Neptunes Pride Battle Calculator扩展crx文件

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