Neptune's Pride Agent

Enhance NP Triton UI with intel.

Neptune's Pride Agentคืออะไร?

Neptune's Pride Agent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Board Games Cafe Extensions และคุณลักษณะหลักของมันคือ "Enhance NP Triton UI with intel."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neptune's Pride Agent

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}