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
官方網址 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"
    }
}