ToDo
Extension to form habits and prioritise tasks
Vad är ToDo?
ToDo är en Chrome-tillägg utvecklad av https://mpashkovskiy.github.io/todo-extension, och dess huvudfunktion är "Extension to form habits and prioritise tasks".
Tilläggsskärmbilder
Ladda ner ToDo-förlängningens CRX-fil
Ladda ner ToDo-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
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äggande Information om Tillägg
Namn | ToDo |
ID | eopgnfmokenljjoeidphdgamkagpoimf |
Officiell webbadress | https://chromewebstore.google.com/detail/todo/eopgnfmokenljjoeidphdgamkagpoimf |
Beskrivning | Extension to form habits and prioritise tasks |
Filstorlek | 317 KB |
Antal Installationer | 60 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-09-24 |
Publiceringsdatum | 2019-09-23 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://mpashkovskiy.github.io/todo-extension |
Betalningssätt | free |
Tilläggswebbplats | https://mpashkovskiy.github.io/todo-extension |
Hjälpsida URL | https://github.com/mpashkovskiy/todo-extension/issues |
Stödda Språk | 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" ] } |