Lunar Calendar
Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…
Lunar Calendar란 무엇입니까?
Lunar Calendar은(는) Kha Tran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…"입니다.
확장 프로그램 스크린샷
Lunar Calendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email us at [email protected].
확장 프로그램 기본 정보
이름 | Lunar Calendar |
ID | nmecgjahahkkpinjpcblbkalicegdfbp |
공식 URL | https://chromewebstore.google.com/detail/lunar-calendar/nmecgjahahkkpinjpcblbkalicegdfbp |
설명 | Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email… |
파일 크기 | 125 KB |
설치 횟수 | 1,645 |
현재 버전 | 2.2.1 |
최근 업데이트 | 2021-12-11 |
출시 날짜 | 2019-12-26 |
평점 | 4.14/5 총 7 개의 평점 |
개발자 | Kha Tran |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lunar Calendar", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "start_url": ".", "version": "2.2.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Lunar Calendar" }, "background": { "service_worker": "background.min.js" }, "oauth2": { "client_id": "683515625561-vhint2n62tjt617e8srcl9bdm4es5rop.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar" ], "api_url": "https:\/\/www.googleapis.com\/calendar\/v3\/calendars\/", "api_key": "AIzaSyBT5P7QET06XqsumsxJEN2JCKFi628BDTs" }, "permissions": [ "storage", "identity" ], "host_permissions": [ "*:\/\/*\/*" ] } |