Pokémon Expanded

Never be a casual again!

Pokémon Expanded란 무엇입니까?

Pokémon Expanded은(는) rred에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never be a casual again!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pokémon Expanded 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:

 - Evolved CP calculator

 - Replaces "Pokemon" with "Pokémon" whenever you type it.

 - Quick Pokédex lookups - view info for any Pokémon in seconds.

 - View useful egg and type charts in the browser through the extension icon.                    

확장 프로그램 기본 정보

이름 Pokémon Expanded Pokémon Expanded
ID jmkckohmjoofdfnelhiilpecafhnaaph
공식 URL https://chrome.google.com/webstore/detail/pok%C3%A9mon-expanded/jmkckohmjoofdfnelhiilpecafhnaaph
설명 Never be a casual again!
파일 크기 1.39 MB
설치 횟수 149
현재 버전 1.2
최근 업데이트 2016-08-17
출시 날짜 2016-08-17
평점 4.43/5 총 7 개의 평점
개발자 rred
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pok\u00e9mon Expanded",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Never be a casual again!",
    "icons": {
        "16": "view\/img\/img38.png",
        "48": "view\/img\/img48.png",
        "128": "view\/img\/img128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "view\/js\/jquery-2.1.3.min.js",
                "view\/js\/expanded.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "options_page": "view\/options.html",
    "web_accessible_resources": [
        "view\/js\/jquery.min.map"
    ],
    "browser_action": {
        "default_icon": {
            "48": "view\/img\/img48.png",
            "38": "view\/img\/img38.png"
        },
        "default_title": "Pok\u00e9mon Auto-Accent",
        "default_popup": "view\/popup.html"
    }
}