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…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Lunar Calendar
ID nmecgjahahkkpinjpcblbkalicegdfbp
官方網址 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": [
        "*:\/\/*\/*"
    ]
}