Simple Calendar

Simple calendar extension

Co to jest Simple Calendar?

Simple Calendar to rozszerzenie Chrome opracowane przez matofesi, a jego główną funkcją jest „Simple calendar extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple Calendar

Pobierz pliki rozszerzeń Simple Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Simple Calendar Simple Calendar
ID bjldpnokihfighdghbllbncabjnddamm
Oficjalny URL https://chromewebstore.google.com/detail/simple-calendar/bjldpnokihfighdghbllbncabjnddamm
Opis Simple calendar extension
Rozmiar pliku 430 KB
Liczba instalacji 1,796
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2024-01-26
Data Publikacji 2020-03-04
Ocena 4.86/5 Łącznie 7 Oceny
Deweloper matofesi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}