coffeelings

A mini journal tucked into your browser.

coffeelingsとは何ですか?

coffeelingsはcnnmonによって開発されたChromeの拡張機能で、その主な機能は「A mini journal tucked into your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

coffeelings拡張機能のCRXファイルをダウンロード

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
Eメール [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
}