LOLrecordChecker (Extension)
Check all 5 player's record quicker!
LOLrecordChecker (Extension)란 무엇입니까?
LOLrecordChecker (Extension)은(는) cytsunny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check all 5 player's record quicker!"입니다.
확장 프로그램 스크린샷
LOLrecordChecker (Extension) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***************************************** 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.
확장 프로그램 기본 정보
이름 | |
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" ] } |