Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

Pokémon Showdown Enhanced Tooltips là gì?

Pokémon Showdown Enhanced Tooltips là một tiện ích mở rộng Chrome được phát triển bởi jumbowhales, và tính năng chính của nó là "Enhanced tooltips for Pokémon Showdown".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pokémon Showdown Enhanced Tooltips

Tải xuống các tệp mở rộng Pokémon Showdown Enhanced Tooltips 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

                        This is just the djalco's extension of the same name, but patched to work with newer Pokemon Showdown.
(https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk)


Enhanced tooltips for Pokémon Showdown
See more information in Pokémon Showdown Tooltips. Useful for both novice and experts players

By installing this extension, you will be able to see extra pokémon data in your Pokémon Showdown tooltip

This extension adds the following things to the tooltip:
 - Pokémon's Height
 - Pokémon's Weight
 - Pokémon's Tier
 - Pokémon's Types chart

You can enable and disable any extra information you don't want to see in the extension menu                    

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

Tên Pokémon Showdown Enhanced Tooltips Pokémon Showdown Enhanced Tooltips
ID ocpjpfffgcidlkjihnbgfocimjfmdngf
URL Chính Thức https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/ocpjpfffgcidlkjihnbgfocimjfmdngf
Mô tả Enhanced tooltips for Pokémon Showdown
Kích Thước Tệp 9.93 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2.0.0.5
Cập Nhật Lần Cuối 2019-01-27
Ngày Phát Hành 2019-01-27
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jumbowhales
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pok\u00e9mon Showdown Enhanced Tooltips",
    "version": "2.0.0.5",
    "description": "Enhanced tooltips for Pok\u00e9mon Showdown",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "js\/util.js",
                "js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Pok\u00e9mon Showdown Enhanced Tooltips",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/tooltip.js"
    ]
}