Neptune's Pride Agent

Enhance NP Triton UI with intel.

Neptune's Pride Agent क्या है?

Neptune's Pride Agent Board Games Cafe Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance NP Triton UI with intel."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Neptune's Pride Agent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}