Simple Calendar

A fast calendar that shows next month and supports events.

O que é Simple Calendar?

Simple Calendar é uma extensão do Chrome desenvolvida por jmigpin, e sua principal característica é "A fast calendar that shows next month and supports events.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Calendar

Baixe arquivos de extensão Simple Calendar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simple Calendar Simple Calendar
ID cibnaiaedegbllcicgigdlpmgglhoaee
URL Oficial https://chromewebstore.google.com/detail/simple-calendar/cibnaiaedegbllcicgigdlpmgglhoaee
Descrição A fast calendar that shows next month and supports events.
Tamanho do Arquivo 20.45 KB
Contagem de Instalações 609
Versão Atual 0.7
Última Atualização 2024-02-08
Data de Publicação 2013-06-14
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor jmigpin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}