Calendar Block

The previous year and upcoming year on the calendar shown in one big block.

What is Calendar Block?

Calendar Block is a Chrome extension developed by Torisbel, and its main feature is "The previous year and upcoming year on the calendar shown in one big block.".

Extension Screenshots

screenshot
screenshot

Download Calendar Block Extension CRX File

Download Calendar Block 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

                        The structure of this calendar makes it much more useful than a regular monthly calendar by lining all the weeks end to end.

Also, calendars that start with January 1st aren't very useful because we're not interested in the past much. It's what's coming up ahead that we care to see and this calendar delivers it beautifully!

This extension shows the previous year and upcoming year by the week in one long continuous block, starting 12 months in the past and going for 12 months into the future. The past on a calendar is not that useful so this calendar opens up on the present but you can scroll back up to see the previous 12 months as needed.                    

Extension Basic Information

Name Calendar Block Calendar Block
ID adlgciholbhcgjhkgnkcppodnflfodni
Official URL https://chromewebstore.google.com/detail/calendar-block/adlgciholbhcgjhkgnkcppodnflfodni
Description The previous year and upcoming year on the calendar shown in one big block.
File Size 278 KB
Installation Count 3,091
Current Version 1.7
Last Updated 2016-11-16
Publish Date 2016-11-16
Rating 4.29/5 Total 31 Ratings
Developer Torisbel
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calendar Block",
    "version": "1.7",
    "description": "The previous year and upcoming year on the calendar shown in one big block.",
    "icons": {
        "16": "calendar16.png",
        "48": "calendar48.png",
        "128": "calendar128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "calendar16.png",
        "default_title": "Calendar Block",
        "default_popup": "popup.htm"
    }
}