Neptune's Pride Agent

Enhance NP Triton UI with intel.

Neptune's Pride Agent란 무엇입니까?

Neptune's Pride Agent은(는) Board Games Cafe Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance NP Triton UI with intel."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Neptune's Pride Agent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension adds a HUD and reporting features to Neptune's Pride (Triton).

The HUD displays an arrival calculator for the first leg of all fleet movements, when you select a fleet. It also displays scanning range time in green when you select an enemy star if that enemy cannot already see your carrier, and in grey if that enemy can see your carrier.

[[Fleet Name]] text in messages now links to the fleet, so that when the message recipient clicks on the fleet you're referring to their map view is navigated to show it, the same way that [[Star Name]] or [[Player Number]] works in the unextended game. In addition, when you type [[#] into the message field, autocomplete shows you which player you have referenced to make it easy to avoid errors.

Much of the extension's capabilities is accessed through hotkeys, the help for which can be triggered by pressing '?' any time you're not in a message text field.

The hotkey '*' copies a summary of all the scanning data for stars you can see into your clipboard. You can then paste this into a message to share the scan info or any subset of it or any edit of it with another player.

You can also share scan data via API keys. The link text [[api:SOMEONES_KEY]] will translate into two links for the recipient, one that lets them view the game as the other player, and another that merges the other player's scan data into the current player's view.

If you type '^', a summary of all the scanning data for fleets that are in motion is put into your clipboard, ordered by ETA. 

If you type '&', a summary of all fleet movements including crude battle predictions is placed on your clipboard, ordered by ETA. This isn't 100% accurate because fleets that arrive on the same tick are not merged together but it still gives a good sense of the outcomes of many situations.

If you type '%' all instances of relative times change to absolute times, making it easier to determine when a multi-hop fleet will arrive at a particular star, for example.

For more hotkeys check the online help.                    

확장 프로그램 기본 정보

이름 Neptune's Pride Agent Neptune's Pride Agent
ID gpcdekpemhpdcacfnafnflnlakelfefh
공식 URL https://chromewebstore.google.com/detail/neptunes-pride-agent/gpcdekpemhpdcacfnafnflnlakelfefh
설명 Enhance NP Triton UI with intel.
파일 크기 180 KB
설치 횟수 539
현재 버전 2.2.0
최근 업데이트 2023-02-01
출시 날짜 2021-11-16
평점 5.00/5 총 3 개의 평점
개발자 Board Games Cafe Extensions
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neptune's Pride Agent",
    "description": "Enhance NP Triton UI with intel.",
    "version": "2.2.0",
    "manifest_version": 3,
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/np.ironhelmet.com\/*"
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "intel.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/np.ironhelmet.com\/*"
            ],
            "css": [
                "intel.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}