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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}