minCalendar

Just a simple calendar.

What is minCalendar?

minCalendar is a Chrome extension developed by Alex Chao, and its main feature is "Just a simple calendar.".

Extension Screenshots

screenshot

Download minCalendar Extension CRX File

Download minCalendar 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

                        This is a simple calendar. It can display the date between 1990-1-1 and 2030-12-21.                    

Extension Basic Information

Name minCalendar minCalendar
ID kipflohailinhhdgkifpdajblpdkcgef
Official URL https://chromewebstore.google.com/detail/mincalendar/kipflohailinhhdgkifpdajblpdkcgef
Description Just a simple calendar.
File Size 46.36 KB
Installation Count 23
Current Version 0.1.1
Last Updated 2014-10-18
Publish Date 2014-10-17
Developer Alex Chao
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "minCalendar",
    "description": "Just a simple calendar.",
    "version": "0.1.1",
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/icon-38x38.png",
        "default_popup": "index.html"
    }
}