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文件

下載Neptune's Pride Agent擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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