Quick Calendar Free

This extension quickly displays a small calendar.

What is Quick Calendar Free?

Quick Calendar Free is a Chrome extension developed by FlyteSoft, and its main feature is "This extension quickly displays a small calendar.".

Extension Screenshots

screenshot
screenshot

Download Quick Calendar Free Extension CRX File

Download Quick Calendar Free 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

                        Chrome OS users:  Are you looking for a way to quickly display a calendar as you can in Windows and MacOS?  Now you can!

Quickly display a small calendar in Google Chrome by clicking on the Quick Calendar extension icon.  The current day will be highlighted, along with a display of the current time.  Click on a specific day in Quick Calendar to bring up your Google Calendar agenda.  Click on the month in Quick Calendar to bring up your Google Calendar for that month.

Changelog
v1.0.0  Initial test release
v1.1.0  Updated JavaScript Libraries
        Updated Theme
        New links to Google Calendar
v1.1.1  Fixed close button placement issue.
v1.1.2.1  Per user request, updated to simplified Material style icons.                    

Extension Basic Information

Name Quick Calendar Free Quick Calendar Free
ID nmnehbfgpadbppbdlljpiibhiniehejd
Official URL https://chromewebstore.google.com/detail/quick-calendar-free/nmnehbfgpadbppbdlljpiibhiniehejd
Description This extension quickly displays a small calendar.
File Size 201 KB
Installation Count 902
Current Version 1.1.2.1
Last Updated 2015-10-22
Publish Date 2015-10-22
Rating 4.38/5 Total 8 Ratings
Developer FlyteSoft
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.flytesoft.org/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Calendar Free",
    "short_name": "QuickCAL",
    "description": "This extension quickly displays a small calendar.",
    "version": "1.1.2.1",
    "icons": {
        "16": "QuickCAL16.png",
        "48": "QuickCAL48.png",
        "128": "QuickCAL128.png"
    },
    "browser_action": {
        "default_icon": "QuickCAL16.png",
        "default_popup": "QuickCAL.html",
        "default_title": "QuickCAL"
    },
    "permissions": []
}