coffeelings
A mini journal tucked into your browser.
什麼是coffeelings?
coffeelings是由cnnmon開發的Chrome擴展程式,該擴展的主要功能是“A mini journal tucked into your browser.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | hcbddpppkcnfjifbcfnhmelpemdoepkk |
| 官方網址 | 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
} | |