When

Infinite scrolling calendar.

What is When?

When is a Chrome extension developed by o9000, and its main feature is "Infinite scrolling calendar.".

Extension Screenshots

screenshot

Download When Extension CRX File

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

                        A simple, elegant and practical calendar/planner for personal use.

Based on: Continuous Calendar (http://madebyevan.com/calendar/) by Evan Wallace

License: The MIT License.                    

Extension Basic Information

Name When When
ID dgfcnlicphmondopfpgfnkhpcmfkkkhd
Official URL https://chromewebstore.google.com/detail/when/dgfcnlicphmondopfpgfnkhpcmfkkkhd
Description Infinite scrolling calendar.
File Size 31.23 KB
Installation Count 173
Current Version 2021.3.27.0
Last Updated 2022-05-05
Publish Date 2015-12-29
Rating 5.00/5 Total 1 Ratings
Developer o9000
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "When",
    "description": "Infinite scrolling calendar.",
    "version": "2021.3.27.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "When",
        "default_icon": {
            "32": "favicon32.png",
            "64": "favicon64.png",
            "128": "favicon128.png"
        },
        "default_popup": "small.html"
    },
    "options_page": "when.html",
    "permissions": [],
    "icons": {
        "32": "favicon32.png",
        "64": "favicon64.png",
        "128": "favicon128.png"
    },
    "manifest_version": 2
}