coffeelings
A mini journal tucked into your browser.
coffeelings란 무엇입니까?
coffeelings은(는) cnnmon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A mini journal tucked into your browser."입니다.
확장 프로그램 스크린샷
coffeelings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |