coffeelings

A mini journal tucked into your browser.

Cos'è coffeelings?

coffeelings è un'estensione di Chrome sviluppata da cnnmon, e la sua funzione principale è "A mini journal tucked into your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione coffeelings

Scarica i file di estensione coffeelings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome coffeelings coffeelings
ID hcbddpppkcnfjifbcfnhmelpemdoepkk
URL Ufficiale https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk
Descrizione A mini journal tucked into your browser.
Dimensione del File 492 KB
Conteggio Installazioni 257,938
Versione Corrente 3.50
Ultimo Aggiornamento 2021-05-30
Data di Pubblicazione 2020-05-12
Valutazione 4.72/5 Totale 542 Valutazioni
Sviluppatore cnnmon
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/cnnmonsugar
Lingue Supportate 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
}