coffeelings

A mini journal tucked into your browser.

Qu'est-ce que coffeelings ?

coffeelings est une extension Chrome développée par cnnmon, et sa fonction principale est "A mini journal tucked into your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension coffeelings

Téléchargez les fichiers d'extension coffeelings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom coffeelings coffeelings
ID hcbddpppkcnfjifbcfnhmelpemdoepkk
URL Officiel https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk
Description A mini journal tucked into your browser.
Taille du Fichier 492 KB
Nombre d'Installations 257,938
Version Actuelle 3.50
Dernière Mise à Jour 2021-05-30
Date de Publication 2020-05-12
Évaluation 4.72/5 Total 542 Évaluations
Développeur cnnmon
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/cnnmonsugar
Langues Prises en Charge 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
}