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
公式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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}