ToDo
Extension to form habits and prioritise tasks
Hvad er ToDo?
ToDo er en Chrome-udvidelse udviklet af https://mpashkovskiy.github.io/todo-extension, og dens hovedfunktion er "Extension to form habits and prioritise tasks".
Udvidelsesskærmbilleder
Download ToDo-udvidelses-CRX-fil
Download ToDo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Inspired by: - The Autobiography of Benjamin Franklin by Benjamin Franklin and his "project of arriving at moral perfection": http://www.gutenberg.org/files/148/148-h/148-h.htm#Page_82 - and Dwight D. Eisenhower's Method: https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method
Grundlæggende oplysninger om udvidelsen
Navn | ToDo |
ID | eopgnfmokenljjoeidphdgamkagpoimf |
Officiel URL | https://chromewebstore.google.com/detail/todo/eopgnfmokenljjoeidphdgamkagpoimf |
Beskrivelse | Extension to form habits and prioritise tasks |
Filstørrelse | 317 KB |
Antal Installationer | 60 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-09-24 |
Udgivelsesdato | 2019-09-23 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://mpashkovskiy.github.io/todo-extension |
Betalingsmetode | free |
Udvidelseswebsted | https://mpashkovskiy.github.io/todo-extension |
Hjælpeside-URL | https://github.com/mpashkovskiy/todo-extension/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToDo", "description": "Extension to form habits and prioritise tasks", "version": "1.2", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |