Simple Calendar

Simple calendar extension

Qu'est-ce que Simple Calendar ?

Simple Calendar est une extension Chrome développée par matofesi, et sa fonction principale est "Simple calendar extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Calendar

Téléchargez les fichiers d'extension Simple Calendar 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

                        Simple calendar extension.
It display extension icon and when clicked shows current month calendar with option to switch months, years. Nothing more ;)                    

Informations de Base sur l'Extension

Nom Simple Calendar Simple Calendar
ID bjldpnokihfighdghbllbncabjnddamm
URL Officiel https://chromewebstore.google.com/detail/simple-calendar/bjldpnokihfighdghbllbncabjnddamm
Description Simple calendar extension
Taille du Fichier 430 KB
Nombre d'Installations 1,796
Version Actuelle 1.3
Dernière Mise à Jour 2024-01-26
Date de Publication 2020-03-04
Évaluation 4.86/5 Total 7 Évaluations
Développeur matofesi
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Simple Calendar",
    "permissions": [
        "alarms"
    ],
    "short_name": "SimpleCalendar",
    "version": "1.3",
    "action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "main.html"
    },
    "description": "Simple calendar extension",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png"
    }
}