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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}