Simple Calendar
Simple calendar extension
What is Simple Calendar?
Simple Calendar is a Chrome extension developed by matofesi, and its main feature is "Simple calendar extension".
Extension Screenshots
Download Simple Calendar Extension CRX File
Download Simple 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
Simple calendar extension. It display extension icon and when clicked shows current month calendar with option to switch months, years. Nothing more ;)
Extension Basic Information
Name | |
ID | bjldpnokihfighdghbllbncabjnddamm |
Official URL | https://chromewebstore.google.com/detail/simple-calendar/bjldpnokihfighdghbllbncabjnddamm |
Description | Simple calendar extension |
File Size | 430 KB |
Installation Count | 1,796 |
Current Version | 1.3 |
Last Updated | 2024-01-26 |
Publish Date | 2020-03-04 |
Rating | 4.86/5 Total 7 Ratings |
Developer | matofesi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88", "name": "Simple Calendar", "permissions": [ "alarms" ], "short_name": "SimpleCalendar", "version": "1.3", "action": { "default_icon": "images\/icon_16.png", "default_popup": "main.html" }, "description": "Simple calendar extension", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png" } } |