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…
Qu'est-ce que Lunar Calendar ?
Lunar Calendar est une extension Chrome développée par Kha Tran, et sa fonction principale est "Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lunar Calendar
Téléchargez les fichiers d'extension Lunar Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | Lunar Calendar |
ID | nmecgjahahkkpinjpcblbkalicegdfbp |
URL Officiel | 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… |
Taille du Fichier | 125 KB |
Nombre d'Installations | 1,645 |
Version Actuelle | 2.2.1 |
Dernière Mise à Jour | 2021-12-11 |
Date de Publication | 2019-12-26 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | Kha Tran |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |