coffeelings

A mini journal tucked into your browser.

ما هو coffeelings؟

coffeelings هو إضافة Chrome تم تطويرها بواسطة cnnmon، والميزة الرئيسية لها هي "A mini journal tucked into your browser.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة coffeelings

قم بتنزيل ملفات الامتداد coffeelings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم coffeelings coffeelings
ID hcbddpppkcnfjifbcfnhmelpemdoepkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk
الوصف A mini journal tucked into your browser.
حجم الملف 492 KB
عدد التثبيتات 257,938
النسخة الحالية 3.50
آخر تحديث 2021-05-30
تاريخ النشر 2020-05-12
تقييم 4.72/5 مجموع تقييمات 542
المطور cnnmon
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://twitter.com/cnnmonsugar
اللغات المدعومة 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
}