Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

Pokémon Showdown Enhanced Tooltipsคืออะไร?

Pokémon Showdown Enhanced Tooltips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jumbowhales และคุณลักษณะหลักของมันคือ "Enhanced tooltips for Pokémon Showdown"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokémon Showdown Enhanced Tooltips

ดาวน์โหลดไฟล์ส่วนขยาย Pokémon Showdown Enhanced Tooltips ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pokémon Showdown Enhanced Tooltips Pokémon Showdown Enhanced Tooltips
ID ocpjpfffgcidlkjihnbgfocimjfmdngf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/ocpjpfffgcidlkjihnbgfocimjfmdngf
คำอธิบาย Enhanced tooltips for Pokémon Showdown
ขนาดไฟล์ 9.93 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 2.0.0.5
อัปเดตครั้งล่าสุด 2019-01-27
วันที่เผยแพร่ 2019-01-27
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jumbowhales
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}