League of Legends (LoL) Event Schedule
This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…
League of Legends (LoL) Event Schedule란 무엇입니까?
League of Legends (LoL) Event Schedule은(는) Adrián Arbizu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON…"입니다.
확장 프로그램 스크린샷
League of Legends (LoL) Event Schedule 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON INVITATIONAL, ALL-STAR) Features: - List of the upcoming events. - When a match is Live, it will be show even if you don't select the league that owns it. Click over it to navigate to the stream broadcasting it! Share your experience at the Chrome Store and rate League of Legends (LoL) Event Schedule extension Extension made by Adrián Arbizu Donoso (Spain). Framework used: Angular 12.
확장 프로그램 기본 정보
이름 | League of Legends (LoL) Event Schedule |
ID | hdhllppooojohhekjlolimghbhgipgdh |
공식 URL | https://chromewebstore.google.com/detail/league-of-legends-lol-eve/hdhllppooojohhekjlolimghbhgipgdh |
설명 | This extension provides a list of upcoming League of Legends eSports events (LEC, LCS, LCK, LPL, WORLD CHAMPIONSHIP, MID-SEASON… |
파일 크기 | 596 KB |
설치 횟수 | 415 |
현재 버전 | 2.6.0 |
최근 업데이트 | 2021-07-08 |
출시 날짜 | 2020-02-18 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Adrián Arbizu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "name": "League of Legends (LoL) Event Schedule", "version": "2.6.0", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Watch events!", "default_popup": "index.html#\/popup" }, "icons": { "19": "assets\/icon.png", "128": "assets\/icon.png", "16": "assets\/icon.png", "24": "assets\/icon.png", "256": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "512": "assets\/icon.png", "64": "assets\/icon.png" }, "short_name": "LES", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |