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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}