ToDo Notes
A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.
Hvad er ToDo Notes?
ToDo Notes er en Chrome-udvidelse udviklet af thecerealcoder, og dens hovedfunktion er "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.".
Udvidelsesskærmbilleder
Download ToDo Notes-udvidelses-CRX-fil
Download ToDo Notes-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
The ToDo Notes extension's main focus is on simplicity and aesthetic. This chrome extension will provide users with a self-intuitive graphical interface and uncomplicated functionality to assist with reminding oneself of important daily tasks.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lfjajlafflaljilpemdidlodijkdaggh |
Officiel URL | https://chrome.google.com/webstore/detail/todo-notes/lfjajlafflaljilpemdidlodijkdaggh |
Beskrivelse | A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension. |
Filstørrelse | 175 KB |
Antal Installationer | 98 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2019-03-03 |
Udgivelsesdato | 2019-03-03 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | thecerealcoder |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ToDo Notes", "description": "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "todos.html" }, "permissions": [ "activeTab" ] } |