Three Island

A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.

Three Island là gì?

Three Island là một tiện ích mở rộng Chrome được phát triển bởi PartMan, và tính năng chính của nó là "A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Three Island

Tải xuống các tệp mở rộng Three Island dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Three Island allows you to hover over PokéPaste URLs to preview their contents. It also supports importing teams with a single click, copying sets to the clipboard, and support in various displays (chatrooms, battle rooms, and PMs) as well as all official clients.

You can check out the codebase at https://github.com/PartMan7/Three-Island, and there's an FAQ in the README (https://github.com/PartMan7/Three-Island#frequently-asked-questions)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Three Island Three Island
ID glhggmffomgbggeobkijjhojkjopfpho
URL Chính Thức https://chromewebstore.google.com/detail/three-island/glhggmffomgbggeobkijjhojkjopfpho
Mô tả A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2021-11-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển PartMan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/PartMan7/Three-Island
URL Trang Trợ Giúp https://github.com/PartMan7/Three-Island/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Three Island",
    "version": "1.4.2",
    "manifest_version": 3,
    "description": "A Chrome extension for Pok\u00e9mon Showdown that offers a seamless Pok\u00e9paste experience.",
    "homepage_url": "https:\/\/github.com\/PartMan7\/Three-Island",
    "icons": {
        "48": "icons\/three-island-48.png",
        "96": "icons\/three-island-96.png",
        "128": "icons\/three-island-128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/three-island-48.png",
        "default_title": "Three Island",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "syringe.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/play.pokemonshowdown.com\/*",
        "*:\/\/*.psim.us\/*",
        "*:\/\/pokepast.es\/**"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "three-island.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}