Notes Dashboard
Notepad and to-do lists saved to your browser
Was ist Notes Dashboard?
Notes Dashboard ist eine Chrome-Erweiterung, die von jovyntan entwickelt wurde, und ihr Hauptmerkmal ist "Notepad and to-do lists saved to your browser".
Erweiterungsscreenshots
Notes Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notes Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Open a new tab to write down your thoughts and keep track of your agendas! Replace a new tab page with a markdown text editor and an organised task manager. Your data is saved to your browser storage and will be synced across different tabs. (Clearing your browser cache will also clear your data.) This extension works offline though some styles may be affected. Features: ** To-do lists ** ➝ Add, delete & update tasks ➝ Categorise your to-do lists into stay organised ➝ Colour-code your lists ➝ Set different priority levels for each task ➝ Clear completed tasks to keep your list clean ➝ Toggle to hide/show the task panel ** Text editor ** ➝ Choose to hide/show your toolbar to keep the interface clean ➝ Notes are immediately saved to your local storage ➝ Supports markdown editing - if you're unfamiliar with markdown, you can click on the extension icon to view a cheatsheet :)
Grundlegende Informationen zur Erweiterung
Name | Notes Dashboard |
ID | cfkmfhonabmdcgamkfijfncoipiooipm |
Offizielle URL | https://chromewebstore.google.com/detail/notes-dashboard/cfkmfhonabmdcgamkfijfncoipiooipm |
Beschreibung | Notepad and to-do lists saved to your browser |
Dateigröße | 577 KB |
Installationsanzahl | 184 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-06-22 |
Veröffentlichungsdatum | 2020-06-22 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | jovyntan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes Dashboard", "description": "Notepad and to-do lists saved to your browser", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "chrome-notes", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |