ToDo List
A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
Vad är ToDo List?
ToDo List är en Chrome-tillägg utvecklad av Edifear, och dess huvudfunktion är "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks".
Tilläggsskärmbilder
Ladda ner ToDo List-förlängningens CRX-fil
Ladda ner ToDo List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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;
Grundläggande Information om Tillägg
Namn | ToDo List |
ID | mkobobmncbbieloopnpflkicoaoihcle |
Officiell webbadress | https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle |
Beskrivning | A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks |
Filstorlek | 70.36 KB |
Antal Installationer | 1,103 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2013-07-30 |
Publiceringsdatum | 2013-07-30 |
Betyg | 4.88/5 Totalt 26 Betyg |
Utvecklare | Edifear |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Edifear/ToDoList |
Hjälpsida URL | https://github.com/Edifear/ToDoList |
Stödda Språk | 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" } } |