ToDo List
A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
Apa itu ToDo List?
ToDo List adalah ekstensi Chrome yang dikembangkan oleh Edifear, dan fitur utamanya adalah "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ToDo List
Unduh file ekstensi ToDo List 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
- using a popup window; - easy to add, edit, check and delete items in your ToDo list; - progress-bar of your done tasks; - icon budge counter of uncomplited tasks; - sync between your devices using Google sync;
Informasi Dasar Ekstensi
Nama | ToDo List |
ID | mkobobmncbbieloopnpflkicoaoihcle |
URL Resmi | https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle |
Deskripsi | A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks |
Ukuran File | 70.36 KB |
Jumlah Instalasi | 1,103 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-07-30 |
Tanggal Publikasi | 2013-07-30 |
Penilaian | 4.88/5 Total 26 Penilaian |
Pengembang | Edifear |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Edifear/ToDoList |
URL Halaman Bantuan | https://github.com/Edifear/ToDoList |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToDo List", "version": "1.2", "manifest_version": 2, "permissions": [ "storage" ], "description": "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "ToDo.html" } } |