Simple Todo
Replace the newtab page with a simple todo list
Was ist Simple Todo?
Simple Todo ist eine Chrome-Erweiterung, die von Arnelle Balane entwickelt wurde, und ihr Hauptmerkmal ist "Replace the newtab page with a simple todo list".
Erweiterungsscreenshots
Simple Todo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Todo-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
FEATURES
👉 Manage todo items across three predefined lists: Today, This Week, Eventually
🌒 Dark mode
🎨 Configurable color schemes
🏞 Background images from Unsplash or custom uploaded image
🙈 Privacy mode
🏷 Custom tags
🔍 Search and filtering
🔗 Quick links and frequently visited sites Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kobeijgkgkcgknodjkganceliljepmjf |
| Offizielle URL | https://chromewebstore.google.com/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf |
| Beschreibung | Replace the newtab page with a simple todo list |
| Dateigröße | 706 KB |
| Installationsanzahl | 1,898 |
| Aktuelle Version | 1.13.10 |
| Letztes Update | 2024-02-12 |
| Veröffentlichungsdatum | 2021-05-06 |
| Bewertung | 5.00/5 Insgesamt 15 Bewertungen |
| Entwickler | Arnelle Balane |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://simple-todo.arnelle.dev/ |
| Hilfeseite URL | https://github.com/arnellebalane/simple-todo/issues/new |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple Todo",
"version": "1.13.10",
"description": "Replace the newtab page with a simple todo list",
"icons": {
"48": "build\/icons\/48x48.png",
"128": "build\/icons\/128x128.png"
},
"author": "Arnelle Balane",
"homepage_url": "https:\/\/simple-todo.arnelle.dev",
"chrome_url_overrides": {
"newtab": "build\/index.html"
},
"permissions": [
"topSites"
],
"host_permissions": [
"https:\/\/simple-todo.arnelle.dev\/"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: blob: https: http:; script-src 'self'; connect-src 'self' https:\/\/simple-todo.arnelle.dev https:\/\/images.unsplash.com https:\/\/o31372.ingest.sentry.io"
}
} | |