Calendar

Day, Month and Year

Wat is Calendar?

Calendar is een Chrome-extensie ontwikkeld door https://mythical5th.com, en de belangrijkste functie is "Day, Month and Year".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Calendar

Download 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

                        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.                    

Basisinformatie over de Extensie

Naam Calendar Calendar
ID ndfdimandiclndjddnhkhjleeadcppcj
Officiële URL https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj
Beschrijving Day, Month and Year
Bestandsgrootte 8.15 KB
Aantal Installaties 48
Huidige Versie 4.1
Laatst Bijgewerkt 2024-02-10
Publicatiedatum 2021-03-01
Ontwikkelaar https://mythical5th.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://mythical5th.com/policies/chromeWebStore.html
Ondersteunde Talen 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"
        }
    }
}