Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

Pokémon Showdown Enhanced Tooltips란 무엇입니까?

Pokémon Showdown Enhanced Tooltips은(는) djalco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhanced tooltips for Pokémon Showdown"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pokémon Showdown Enhanced Tooltips 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 gmkpigbaephkbabhogllilhepglikolk
공식 URL https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk
설명 Enhanced tooltips for Pokémon Showdown
파일 크기 9.93 KB
설치 횟수 4,455
현재 버전 2.0.0.4
최근 업데이트 2018-03-27
출시 날짜 2018-03-27
평점 3.78/5 총 80 개의 평점
개발자 djalco
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pok\u00e9mon Showdown Enhanced Tooltips",
    "version": "2.0.0.4",
    "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"
    ]
}