OP.GG Champion Search

Quicken the search for champion data and builds.

OP.GG Champion Searchคืออะไร?

OP.GG Champion Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy Young และคุณลักษณะหลักของมันคือ "Quicken the search for champion data and builds."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OP.GG Champion Search

ดาวน์โหลดไฟล์ส่วนขยาย OP.GG Champion Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
    }
}