coffeelings
A mini journal tucked into your browser.
Co to jest coffeelings?
coffeelings to rozszerzenie Chrome opracowane przez cnnmon, a jego główną funkcją jest „A mini journal tucked into your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia coffeelings
Pobierz pliki rozszerzeń coffeelings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | coffeelings |
ID | hcbddpppkcnfjifbcfnhmelpemdoepkk |
Oficjalny URL | https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk |
Opis | A mini journal tucked into your browser. |
Rozmiar pliku | 492 KB |
Liczba instalacji | 257,938 |
Aktualna Wersja | 3.50 |
Ostatnia Aktualizacja | 2021-05-30 |
Data Publikacji | 2020-05-12 |
Ocena | 4.72/5 Łącznie 542 Oceny |
Deweloper | cnnmon |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://twitter.com/cnnmonsugar |
Obsługiwane Języki | 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 } |