coffeelings

A mini journal tucked into your browser.

O que é coffeelings?

coffeelings é uma extensão do Chrome desenvolvida por cnnmon, e sua principal característica é "A mini journal tucked into your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão coffeelings

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

                        Your own personal mini journal & mood tracker. Choose a coffee roast to match your mood, write up journal entries, and interact with a calendar that grows a little bit every day.

Saves data locally. Works offline. Add sugar to taste.                    

Informações Básicas da Extensão

Nome coffeelings coffeelings
ID hcbddpppkcnfjifbcfnhmelpemdoepkk
URL Oficial https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk
Descrição A mini journal tucked into your browser.
Tamanho do Arquivo 492 KB
Contagem de Instalações 257,938
Versão Atual 3.50
Última Atualização 2021-05-30
Data de Publicação 2020-05-12
Classificação 4.72/5 Total de 542 Avaliações
Desenvolvedor cnnmon
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twitter.com/cnnmonsugar
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "coffeelings",
    "version": "3.50",
    "description": "A mini journal tucked into your browser.",
    "permissions": [
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_popup": "popup.html",
        "default_title": "coffeelings"
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}