Simple Calendar
A fast calendar that shows next month and supports events.
Wat is Simple Calendar?
Simple Calendar is een Chrome-extensie ontwikkeld door jmigpin, en de belangrijkste functie is "A fast calendar that shows next month and supports events.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Calendar
Download Simple Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Yeap, a simple calendar. Shows next month as well and supports events. v0.7: fix sunday/monday headers issue; de-style select year border; center icon logo vertically; v0.6: added option to select first day of the week. v0.5: updated manifest file to version 3; improvements to year selection. v0.4: updated manifest file to version 2 as required by Google. v0.3: new icon; no more background process; show custom flags. v0.2: added events; remembers last selected month. v0.1: first release.
Basisinformatie over de Extensie
Naam | Simple Calendar |
ID | cibnaiaedegbllcicgigdlpmgglhoaee |
Officiële URL | https://chromewebstore.google.com/detail/simple-calendar/cibnaiaedegbllcicgigdlpmgglhoaee |
Beschrijving | A fast calendar that shows next month and supports events. |
Bestandsgrootte | 20.45 KB |
Aantal Installaties | 609 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2024-02-08 |
Publicatiedatum | 2013-06-14 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | jmigpin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Calendar", "description": "A fast calendar that shows next month and supports events.", "version": "0.7", "permissions": [], "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |