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文件
下載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.
擴展基本資訊
名稱 | |
ID | cleepiomfpglinoccjnhcccoeooklcki |
官方網址 | 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" } } |