LOLrecordChecker (Extension)

Check all 5 player's record quicker!

LOLrecordChecker (Extension)คืออะไร?

LOLrecordChecker (Extension) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cytsunny และคุณลักษณะหลักของมันคือ "Check all 5 player's record quicker!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LOLrecordChecker (Extension)

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}