Calendar
Day, Month and Year
What is Calendar?
Calendar is a Chrome extension developed by https://mythical5th.com, and its main feature is "Day, Month and Year".
Extension Screenshots
Download Calendar Extension CRX File
Download Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Calendar |
ID | ndfdimandiclndjddnhkhjleeadcppcj |
Official URL | https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj |
Description | Day, Month and Year |
File Size | 8.15 KB |
Installation Count | 48 |
Current Version | 4.1 |
Last Updated | 2024-02-10 |
Publish Date | 2021-03-01 |
Developer | https://mythical5th.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://mythical5th.com/policies/chromeWebStore.html |
Supported Languages | 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" } } } |