Habit
Helps you make habits.
Wat is Habit?
Habit is een Chrome-extensie ontwikkeld door https://moin.im, en de belangrijkste functie is "Helps you make habits.".
Extensie Screenshots
Download het CRX-bestand van de extensie Habit
Download Habit-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
It helps you make habits by reminding you at the time interval you set.
Let's make some habits like:
- Drink water
- Close your eyes often while using computer
- Take a walk
(c) Book icon by Iris Vidal from the Noun Project. Basisinformatie over de Extensie
| Naam | |
| ID | ljbnpeeemagmenbfmdodgflmdgdmcfhk |
| Officiële URL | https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk |
| Beschrijving | Helps you make habits. |
| Bestandsgrootte | 69.12 KB |
| Aantal Installaties | 1,215 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2016-04-01 |
| Publicatiedatum | 2016-04-01 |
| Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://moin.im |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Habit",
"description": "Helps you make habits.",
"author": "Moin Uddin",
"manifest_version": 2,
"version": "0.0.0.1",
"icons": {
"128": "assets\/img\/128.png",
"64": "assets\/img\/64.png",
"32": "assets\/img\/32.png",
"16": "assets\/img\/16.png"
},
"options_ui": {
"page": "habit.html",
"chrome_style": true
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"background": {
"scripts": [
"assets\/js\/bg.js"
]
}
} | |