coffeelings
A mini journal tucked into your browser.
Wat is coffeelings?
coffeelings is een Chrome-extensie ontwikkeld door cnnmon, en de belangrijkste functie is "A mini journal tucked into your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie coffeelings
Download coffeelings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hcbddpppkcnfjifbcfnhmelpemdoepkk |
| Officiële URL | https://chromewebstore.google.com/detail/coffeelings/hcbddpppkcnfjifbcfnhmelpemdoepkk |
| Beschrijving | A mini journal tucked into your browser. |
| Bestandsgrootte | 492 KB |
| Aantal Installaties | 257,938 |
| Huidige Versie | 3.50 |
| Laatst Bijgewerkt | 2021-05-30 |
| Publicatiedatum | 2020-05-12 |
| Beoordeling | 4.72/5 Totaal 542 Beoordelingen |
| Ontwikkelaar | cnnmon |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://twitter.com/cnnmonsugar |
| Ondersteunde Talen | 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
} | |