When

Infinite scrolling calendar.

Qu'est-ce que When ?

When est une extension Chrome développée par o9000, et sa fonction principale est "Infinite scrolling calendar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension When

Téléchargez les fichiers d'extension When au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom When When
ID dgfcnlicphmondopfpgfnkhpcmfkkkhd
URL Officiel https://chromewebstore.google.com/detail/when/dgfcnlicphmondopfpgfnkhpcmfkkkhd
Description Infinite scrolling calendar.
Taille du Fichier 31.23 KB
Nombre d'Installations 173
Version Actuelle 2021.3.27.0
Dernière Mise à Jour 2022-05-05
Date de Publication 2015-12-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur o9000
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}