Simple Calendar
A fast calendar that shows next month and supports events.
¿Qué es Simple Calendar?
Simple Calendar es una extensión de Chrome desarrollada por jmigpin, y su función principal es "A fast calendar that shows next month and supports events.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Calendar
Descarga archivos de extensión Simple Calendar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Simple Calendar |
ID | cibnaiaedegbllcicgigdlpmgglhoaee |
URL Oficial | https://chromewebstore.google.com/detail/simple-calendar/cibnaiaedegbllcicgigdlpmgglhoaee |
Descripción | A fast calendar that shows next month and supports events. |
Tamaño del Archivo | 20.45 KB |
Cantidad de Instalaciones | 609 |
Versión Actual | 0.7 |
Última Actualización | 2024-02-08 |
Fecha de Publicación | 2013-06-14 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | jmigpin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |