OP.GG Champion Search

Quicken the search for champion data and builds.

OP.GG Champion Search란 무엇입니까?

OP.GG Champion Search은(는) Andy Young에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quicken the search for champion data and builds."입니다.

확장 프로그램 스크린샷

OP.GG Champion Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An extension that helps you access the opgg analytics page in a MUCH faster way.

Installation is easy, just visit the chrome web store link and install it, simple as that. The extension runs automatically in the background and detects summoner searches with the same name as champions. You can hide the extension's icon from the top right of your browser by right-clicking on it and selecting "Hide from Chrome Menu".

Usage is simple, you can search for the champion the same way you search for a summoner. If the summoner name is the same as a champion's name, it'll redirect you to the analytics page.                    

확장 프로그램 기본 정보

이름 OP.GG Champion Search OP.GG Champion Search
ID cleepiomfpglinoccjnhcccoeooklcki
공식 URL https://chrome.google.com/webstore/detail/opgg-champion-search/cleepiomfpglinoccjnhcccoeooklcki
설명 Quicken the search for champion data and builds.
파일 크기 67.2 KB
설치 횟수 2,000
현재 버전 1.1
최근 업데이트 2017-02-24
출시 날짜 2017-02-24
평점 4.20/5 총 5 개의 평점
개발자 Andy Young
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OP.GG Champion Search",
    "description": "Quicken the search for champion data and builds.",
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.op.gg\/*"
            ],
            "js": [
                "custom.js",
                "jquery-3.1.0.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "opgg16.png"
    },
    "icons": {
        "16": "opgg16.png",
        "48": "opgg48.png",
        "128": "opgg128.png"
    }
}