Calendar Block

The previous year and upcoming year on the calendar shown in one big block.

O que é Calendar Block?

Calendar Block é uma extensão do Chrome desenvolvida por Torisbel, e sua principal característica é "The previous year and upcoming year on the calendar shown in one big block.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Calendar Block

Baixe arquivos de extensão Calendar Block 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

                        The structure of this calendar makes it much more useful than a regular monthly calendar by lining all the weeks end to end.

Also, calendars that start with January 1st aren't very useful because we're not interested in the past much. It's what's coming up ahead that we care to see and this calendar delivers it beautifully!

This extension shows the previous year and upcoming year by the week in one long continuous block, starting 12 months in the past and going for 12 months into the future. The past on a calendar is not that useful so this calendar opens up on the present but you can scroll back up to see the previous 12 months as needed.                    

Informações Básicas da Extensão

Nome Calendar Block Calendar Block
ID adlgciholbhcgjhkgnkcppodnflfodni
URL Oficial https://chromewebstore.google.com/detail/calendar-block/adlgciholbhcgjhkgnkcppodnflfodni
Descrição The previous year and upcoming year on the calendar shown in one big block.
Tamanho do Arquivo 278 KB
Contagem de Instalações 3,091
Versão Atual 1.7
Última Atualização 2016-11-16
Data de Publicação 2016-11-16
Classificação 4.29/5 Total de 31 Avaliações
Desenvolvedor Torisbel
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calendar Block",
    "version": "1.7",
    "description": "The previous year and upcoming year on the calendar shown in one big block.",
    "icons": {
        "16": "calendar16.png",
        "48": "calendar48.png",
        "128": "calendar128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "calendar16.png",
        "default_title": "Calendar Block",
        "default_popup": "popup.htm"
    }
}