Habit
Helps you make habits.
Qu'est-ce que Habit ?
Habit est une extension Chrome développée par https://moin.im, et sa fonction principale est "Helps you make habits.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Habit
Téléchargez les fichiers d'extension Habit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Habit |
ID | ljbnpeeemagmenbfmdodgflmdgdmcfhk |
URL Officiel | https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk |
Description | Helps you make habits. |
Taille du Fichier | 69.12 KB |
Nombre d'Installations | 1,215 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2016-04-01 |
Date de Publication | 2016-04-01 |
Évaluation | 4.40/5 Total 10 Évaluations |
Développeur | https://moin.im |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |