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…

What is Lunar Calendar?

Lunar Calendar is a Chrome extension developed by Kha Tran, and its main feature is "Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Lunar Calendar Extension CRX File

Download Lunar Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name Lunar Calendar Lunar Calendar
ID nmecgjahahkkpinjpcblbkalicegdfbp
Official URL https://chromewebstore.google.com/detail/lunar-calendar/nmecgjahahkkpinjpcblbkalicegdfbp
Description Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…
File Size 125 KB
Installation Count 1,645
Current Version 2.2.1
Last Updated 2021-12-11
Publish Date 2019-12-26
Rating 4.14/5 Total 7 Ratings
Developer Kha Tran
Email [email protected]
Payment Type free
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}