Habit Tracker
Add personal habits based on your goals and keep track of them.
Wat is Habit Tracker?
Habit Tracker is een Chrome-extensie ontwikkeld door teoladmann, en de belangrijkste functie is "Add personal habits based on your goals and keep track of them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Habit Tracker
Download Habit Tracker-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
- Basic extension for keeping track of habits.
- Upload a habit.
- Check the completed days. Basisinformatie over de Extensie
| Naam | |
| ID | ikcpbmlbgoknannnfcnfhmohpcnlphmn |
| Officiële URL | https://chromewebstore.google.com/detail/habit-tracker/ikcpbmlbgoknannnfcnfhmohpcnlphmn |
| Beschrijving | Add personal habits based on your goals and keep track of them. |
| Bestandsgrootte | 206 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2023-02-02 |
| Publicatiedatum | 2020-01-14 |
| Beoordeling | 4.45/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | teoladmann |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Habit Tracker",
"version": "1.4",
"description": "Add personal habits based on your goals and keep track of them.",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
} | |