coffeelings

A mini journal tucked into your browser.

Apa itu coffeelings?

coffeelings adalah ekstensi Chrome yang dikembangkan oleh cnnmon, dan fitur utamanya adalah "A mini journal tucked into your browser.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi coffeelings

Unduh file ekstensi coffeelings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama coffeelings coffeelings
ID hcbddpppkcnfjifbcfnhmelpemdoepkk
URL Resmi https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk
Deskripsi A mini journal tucked into your browser.
Ukuran File 492 KB
Jumlah Instalasi 257,938
Versi Saat Ini 3.50
Terakhir Diperbarui 2021-05-30
Tanggal Publikasi 2020-05-12
Penilaian 4.72/5 Total 542 Penilaian
Pengembang cnnmon
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/cnnmonsugar
Bahasa yang Didukung 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
}