Minimal Todo
Minimal Todo for your Daily List
Vad är Minimal Todo?
Minimal Todo är en Chrome-tillägg utvecklad av Anuj Punjani, och dess huvudfunktion är "Minimal Todo for your Daily List".
Tilläggsskärmbilder
Ladda ner Minimal Todo-förlängningens CRX-fil
Ladda ner Minimal 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
Minimal Todo is a simple and effective to-do & task list, which helps you to make everything done and witness all important moments in life.
Minimal Todo Chrome Extension’s minimal features include:
- Create tasks in checklist
- Edit tasks
- Mark as done/strike off
- Drag and Move to rearrange tasks
- Drop off the list when done
Features coming in upcoming updates...Dark Mode, Focus Mode.
Add or strike off your daily goals in this Minimal List. Grundläggande Information om Tillägg
| Namn | |
| ID | lolenhbhlaakeokpnepiecpikieiehca |
| Officiell webbadress | https://chromewebstore.google.com/detail/minimal-todo/lolenhbhlaakeokpnepiecpikieiehca |
| Beskrivning | Minimal Todo for your Daily List |
| Filstorlek | 1.33 MB |
| Antal Installationer | 150 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2021-12-27 |
| Publiceringsdatum | 2021-12-09 |
| Betyg | 5.00/5 Totalt 9 Betyg |
| Utvecklare | Anuj Punjani |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minimal Todo",
"version": "1.2.0",
"description": "Minimal Todo for your Daily List",
"manifest_version": 2,
"browser_action": {
"default_title": "Minimal Todo",
"default_popup": "popup.html",
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png"
}
} | |