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文件
下载Lunar Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ "*:\/\/*\/*" ] } |