coffeelings
A mini journal tucked into your browser.
coffeelings là gì?
coffeelings là một tiện ích mở rộng Chrome được phát triển bởi cnnmon, và tính năng chính của nó là "A mini journal tucked into your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng coffeelings
Tải xuống các tệp mở rộng coffeelings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | coffeelings |
ID | hcbddpppkcnfjifbcfnhmelpemdoepkk |
URL Chính Thức | https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk |
Mô tả | A mini journal tucked into your browser. |
Kích Thước Tệp | 492 KB |
Số Lần Cài Đặt | 257,938 |
Phiên Bản Hiện Tại | 3.50 |
Cập Nhật Lần Cuối | 2021-05-30 |
Ngày Phát Hành | 2020-05-12 |
Đánh Giá | 4.72/5 Tổng số 542 Đánh Giá |
Nhà Phát Triển | cnnmon |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/cnnmonsugar |
Ngôn Ngữ Được Hỗ Trợ | 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 } |