Habit
Helps you make habits.
Apa itu Habit?
Habit adalah ekstensi Chrome yang dikembangkan oleh https://moin.im, dan fitur utamanya adalah "Helps you make habits.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Habit
Unduh file ekstensi Habit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Habit |
ID | ljbnpeeemagmenbfmdodgflmdgdmcfhk |
URL Resmi | https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk |
Deskripsi | Helps you make habits. |
Ukuran File | 69.12 KB |
Jumlah Instalasi | 1,215 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2016-04-01 |
Tanggal Publikasi | 2016-04-01 |
Penilaian | 4.40/5 Total 10 Penilaian |
Pengembang | https://moin.im |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |