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…

Cos'è Lunar Calendar?

Lunar Calendar è un'estensione di Chrome sviluppata da Kha Tran, e la sua funzione principale è "Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lunar Calendar

Scarica i file di estensione Lunar Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Lunar Calendar Lunar Calendar
ID nmecgjahahkkpinjpcblbkalicegdfbp
URL Ufficiale https://chromewebstore.google.com/detail/lunar-calendar/nmecgjahahkkpinjpcblbkalicegdfbp
Descrizione Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…
Dimensione del File 125 KB
Conteggio Installazioni 1,645
Versione Corrente 2.2.1
Ultimo Aggiornamento 2021-12-11
Data di Pubblicazione 2019-12-26
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore Kha Tran
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}