AddToCalendar for HLTV.org
Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.
AddToCalendar for HLTV.org란 무엇입니까?
AddToCalendar for HLTV.org은(는) Yash Talwar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org."입니다.
확장 프로그램 스크린샷
AddToCalendar for HLTV.org 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds "ADD TO CALENDAR" button on Hltv.org match pages, so you can easily add a match event with a single click to your favorite Calendars and never miss out on your upcoming matches. Features -You can add event to Calendars like Google, Yahoo and Outlook. -You can also download the icalendar.ics file and use it with any calendar you like. -Uses local time from the browser to remove any Time Zone related issues. -Only runs when you are on HLTV.org Now, never miss out on your exciting matches. Just add them to your favorite calendar. Installation Step 1: Download the extension and enable it in your browser. For mobile, you can use Kiwi Browser(A chromium based browser with extra features). Step 2: Open HLTV and go to any Match page. You will find the "Add to Calendar" button there. Step 3: Select any Calendar you like and you are done. Now you will recieve an alert from the calendar of your choice. Make sure the calendar supports it.
확장 프로그램 기본 정보
이름 | AddToCalendar for HLTV.org |
ID | neahjdfadkppmlolpkifnhdgngjmgnbm |
공식 URL | https://chromewebstore.google.com/detail/addtocalendar-for-hltvorg/neahjdfadkppmlolpkifnhdgngjmgnbm |
설명 | Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org. |
파일 크기 | 11.78 KB |
설치 횟수 | 142 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2021-06-25 |
출시 날짜 | 2021-06-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Yash Talwar |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AddToCalendar for HLTV.org", "version": "0.1.4", "description": "Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.", "author": "Yash Talwar", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.hltv.org\/*" ], "js": [ "js\/AddButton.js" ], "css": [ "css\/style.css" ] } ] } |