Stoned Ape Tools

Tools that only a stoned ape could use.

什么是Stoned Ape Tools?

Stoned Ape Tools是由ape-collective开发的Chrome扩展程序,该扩展的主要功能是“Tools that only a stoned ape could use.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Stoned Ape Tools扩展crx文件

下载Stoned Ape Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For stoned ape use. 

Features originally from Neptune’s Pride Agent:

 - Battle Calculator: When you select a carrier, if the carrier is headed for an enemy star, displays a battle calculator. Accounts for you and your opponent’s current weapons tech, manufacturing tech, and industry.
 - Scanning Range Timer: Displays scanning range time in green when you select an enemy star if that enemy cannot yet see your carrier, and in grey if that enemy can already see your carrier.
 - Carrier Linking in Chat:  [[Carrier 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 base game.
 - API Sharing:  When you type [[api:APIKEY]] into a message it will convert it into a button that allows you (or other users of this extension in your message) to either see their scans or merge both scans.
 - Hotkeys:  Check out @Osric’s original post 2 to learn more.

New features only available on Stoned Ape Tools 3:

 - Ledger (hotkey ‘m’):  Adds a row to the menu titled ‘Ledger’. When clicked tabulates then displays a ledger of debt owed between you and anyone you’ve traded tech or cash with so far in the game. Accurately shows you who you owe money to, who owes you money, and how much money is owed. If you owe someone else money, displays a button to repay the debt owed.
 - Quick Tech Trading: Adds 2 buttons to other players’ Empire pages:
‘Share All Tech’ button allows you to share all the tech you have that another player does not in one easy click.
 - ‘Pay for All Tech’ button allows you to send the cash required for another player to send you all the tech they have that you don’t in one easy click (and without having to do any math!).
 - Research ETA Chat Button: Adds a button to chat between ‘Back’ and ‘Send’ titled ‘Research’. When clicked pastes your current research tech and your next research tech into the chat input box.
 - Embed images in chat from imagur or imgbb by copying the full image path (including .png or .jpg) and paste into chat with [[https://imagur.com/myimage.png]] and it will display in the NP chat. 

Example:
Now: Experimentation 2 - 5 ticks.
Next: Weapons 2 - 24 ticks.


Future features (not guaranteed):

 - Forgive debt button for ledger to allow you to forgive debt owed to you.
 - Ignore debt button for ledger to allow you to ignore debt you owe.
 - Automatic API merging on refresh for any previously shared API.
 - Tracking of enemy carriers who have entered, then exited, your scanning range.
 - The option to see how expensive it will be to build the science needed to research something in a given time.
 - When the extension recognizes the format of its own research update text, provide a live update for that research.
 - Mark AI with a reminder of every fourth tick after they became AI (ie the only ticks when AI make moves).
 - Automatically create a timelapse, probably by integrating this tool 2 by @olus2000.
 - Improvement to bulk tech upgrading. 1
 - Firefox. This one is unlikely to happen, unfortunately. Maybe if someone else wanted to take up the task… :wink:
 - Your suggestions! See @Lorentz in the discord or forum.                    

扩展基本信息

名称 Stoned Ape Tools Stoned Ape Tools
ID fjneickecjinecmcmikiedapbjpginao
官方URL https://chromewebstore.google.com/detail/stoned-ape-tools/fjneickecjinecmcmikiedapbjpginao
简介 Tools that only a stoned ape could use.
文件大小 1.1 MB
安装次数 168
当前版本 2.29.3
更新时间 2023-06-12
上架时间 2022-07-13
评分 5.00/5 共4次评分
开发者 ape-collective
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Tsangares/stoned_ape_tools
帮助页面URL https://github.com/Tsangares/stoned_ape_tools/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stoned Ape Tools",
    "description": "Tools that only a stoned ape could use. ",
    "version": "2.29.3",
    "manifest_version": 3,
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/np.ironhelmet.com\/*"
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "intel.js",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/np.ironhelmet.com\/*"
            ],
            "css": [
                "intel.css"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}