Calendar

Day, Month and Year

Qu'est-ce que Calendar ?

Calendar est une extension Chrome développée par https://mythical5th.com, et sa fonction principale est "Day, Month and Year".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Calendar

Téléchargez les fichiers d'extension 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

                        Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts

September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.                    

Informations de Base sur l'Extension

Nom Calendar Calendar
ID ndfdimandiclndjddnhkhjleeadcppcj
URL Officiel https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj
Description Day, Month and Year
Taille du Fichier 8.15 KB
Nombre d'Installations 48
Version Actuelle 4.1
Dernière Mise à Jour 2024-02-10
Date de Publication 2021-03-01
Développeur https://mythical5th.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://mythical5th.com/policies/chromeWebStore.html
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendar",
    "version": "4.1",
    "description": "Day, Month and Year",
    "short_name": "Calendar",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_title": "Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "48": "\/icons\/icon48.png"
        }
    }
}