Life Calendar Chrome Extension

An Extension that shows you how much life you have to live when you open a tab.

O que é Life Calendar Chrome Extension?

Life Calendar Chrome Extension é uma extensão do Chrome desenvolvida por https://nibbles-n-bytes.vercel.app, e sua principal característica é "An Extension that shows you how much life you have to live when you open a tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Life Calendar Chrome Extension

Baixe arquivos de extensão Life Calendar Chrome Extension 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

                        This Chrome Extension shows you how much life you have to live when you open a new tab.
Sometimes life seems really short, and other times it seems impossibly long. One thing is for sure. This calendar shows life is most certainly finite. These are your weeks. Are you making the most of them?                    

Informações Básicas da Extensão

Nome Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
URL Oficial https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
Descrição An Extension that shows you how much life you have to live when you open a tab.
Tamanho do Arquivo 15.81 MB
Contagem de Instalações 99
Versão Atual 1.0
Última Atualização 2020-07-22
Data de Publicação 2020-07-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://nibbles-n-bytes.vercel.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nibbles-n-bytes.vercel.app/
URL da Página de Ajuda https://github.com/alicelovescake/life-calendar
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Calendar Chrome Extension",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "lifecalendar.html"
    },
    "description": "An Extension that shows you how much life you have to live when you open a tab.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Life Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/hourglass.png"
        }
    },
    "icons": {
        "128": "images\/hourglass.png"
    },
    "manifest_version": 2
}