coffeelings

A mini journal tucked into your browser.

coffeelings क्या है?

coffeelings cnnmon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A mini journal tucked into your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में coffeelings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}