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…

Wat is Lunar Calendar?

Lunar Calendar is een Chrome-extensie ontwikkeld door Kha Tran, en de belangrijkste functie is "Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lunar Calendar

Download Lunar Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Lunar Calendar Lunar Calendar
ID nmecgjahahkkpinjpcblbkalicegdfbp
Officiële URL https://chromewebstore.google.com/detail/lunar-calendar/nmecgjahahkkpinjpcblbkalicegdfbp
Beschrijving Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…
Bestandsgrootte 125 KB
Aantal Installaties 1,645
Huidige Versie 2.2.1
Laatst Bijgewerkt 2021-12-11
Publicatiedatum 2019-12-26
Beoordeling 4.14/5 Totaal 7 Beoordelingen
Ontwikkelaar Kha Tran
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}