coffeelings

A mini journal tucked into your browser.

What is coffeelings?

coffeelings is a Chrome extension developed by cnnmon, and its main feature is "A mini journal tucked into your browser.".

Extension Screenshots

screenshot
screenshot
screenshot

Download coffeelings Extension CRX File

Download coffeelings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name coffeelings coffeelings
ID hcbddpppkcnfjifbcfnhmelpemdoepkk
Official URL https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk
Description A mini journal tucked into your browser.
File Size 492 KB
Installation Count 257,938
Current Version 3.50
Last Updated 2021-05-30
Publish Date 2020-05-12
Rating 4.72/5 Total 542 Ratings
Developer cnnmon
Email [email protected]
Payment Type free
Extension Website https://twitter.com/cnnmonsugar
Supported Languages 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
}