Habit

Helps you make habits.

Cos'è Habit?

Habit è un'estensione di Chrome sviluppata da https://moin.im, e la sua funzione principale è "Helps you make habits.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Habit

Scarica i file di estensione Habit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Habit Habit
ID ljbnpeeemagmenbfmdodgflmdgdmcfhk
URL Ufficiale https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk
Descrizione Helps you make habits.
Dimensione del File 69.12 KB
Conteggio Installazioni 1,215
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2016-04-01
Data di Pubblicazione 2016-04-01
Valutazione 4.40/5 Totale 10 Valutazioni
Sviluppatore https://moin.im
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}