Life in Weeks - Checked

This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.

O que é Life in Weeks - Checked?

Life in Weeks - Checked é uma extensão do Chrome desenvolvida por Zack Xiang, e sua principal característica é "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Life in Weeks - Checked

Baixe arquivos de extensão Life in Weeks - Checked 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

                        Life in Weeks - Checked displays a visualisation in which every box represents a week of your life. At a specific time every week, you are reminded to check off the next box to start the new week.

What's new:
- Fixed a bug where the option page would open on Chrome update                    

Informações Básicas da Extensão

Nome Life in Weeks - Checked Life in Weeks - Checked
ID jgblkkfckbdpcaeljnaihdjhekfdcdmo
URL Oficial https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo
Descrição This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.
Tamanho do Arquivo 616 KB
Contagem de Instalações 566
Versão Atual 1.2.1
Última Atualização 2024-02-12
Data de Publicação 2020-09-06
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Zack Xiang
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.",
    "version": "1.2.1",
    "manifest_version": 3,
    "name": "Life in Weeks - Checked",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}