Habit

Helps you make habits.

Co to jest Habit?

Habit to rozszerzenie Chrome opracowane przez https://moin.im, a jego główną funkcją jest „Helps you make habits.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Habit

Pobierz pliki rozszerzeń Habit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Habit Habit
ID ljbnpeeemagmenbfmdodgflmdgdmcfhk
Oficjalny URL https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk
Opis Helps you make habits.
Rozmiar pliku 69.12 KB
Liczba instalacji 1,215
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2016-04-01
Data Publikacji 2016-04-01
Ocena 4.40/5 Łącznie 10 Oceny
Deweloper https://moin.im
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}