LOLrecordChecker (Extension)

Check all 5 player's record quicker!

什麼是LOLrecordChecker (Extension)?

LOLrecordChecker (Extension)是由cytsunny開發的Chrome擴展程式,該擴展的主要功能是“Check all 5 player's record quicker!”。

擴展截圖

screenshot

下載LOLrecordChecker (Extension)擴展crx文件

下載LOLrecordChecker (Extension)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *****************************************
Updates on Version 1.1.0
    Users can now choose from lolking, quickfind and elophant. An app version is also provided for those who don't want to waste space on extension bar. (Google is still pending but will be released soon)
*****************************************

Extract the name from conversation automatically and open the player's profile for you!

No matter playing rank game or not, the time for ban/pick should not be wasted on copy and paste. Treasure you time in communication and let the LOL record checker do that for you!

3 simple steps to open all 5 player's record:
1. Copy the conversation log
2. Paste it on the extension tab
3. Click the button

And the records are ready to read!

** This is just an add-on to open the record checking site. I am not responsible for the website.                    

擴展基本資訊

名稱 LOLrecordChecker (Extension) LOLrecordChecker (Extension)
ID emicgkkelcnakaibcggacnhgcgofbngk
官方網址 https://chrome.google.com/webstore/detail/lolrecordchecker-extensio/emicgkkelcnakaibcggacnhgcgofbngk
簡介 Check all 5 player's record quicker!
檔案大小 20.33 KB
安裝次數 16
目前版本 1.1 Chrome Extension Version
更新時間 2015-01-25
上架時間 2015-01-25
評分 5.00/5 共 1 次評分
開發者 cytsunny
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LOLrecordChecker (Extension)",
    "version": "1.1.0",
    "version_name": "1.1 Chrome Extension Version",
    "manifest_version": 2,
    "description": "Check all 5 player's record quicker!",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}