Rundown
Your tasks, easily managed in the new-tab page.
Was ist Rundown?
Rundown ist eine Chrome-Erweiterung, die von Hristiyan Dodov entwickelt wurde, und ihr Hauptmerkmal ist "Your tasks, easily managed in the new-tab page.".
Erweiterungsscreenshots
Rundown-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rundown-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
It's simple. You get a rich-text editor where you can structure tasks however you wish. On a blank line, type a dash "-" followed by space to create a new to-do list. To create a regular list, type an asterisk "*" followed by a space. For headings and bold/italic text refer to the Markdown syntax: https://markdownguide.org/basic-syntax You can recap your work and see a split view of the tasks you've currently done and the ones remaining. Then, you can filter your document and leave just undone tasks.
Grundlegende Informationen zur Erweiterung
Name | Rundown |
ID | opjjddkgmphhkjlgocopmeolmmibiphb |
Offizielle URL | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
Beschreibung | Your tasks, easily managed in the new-tab page. |
Dateigröße | 149 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2019-10-23 |
Veröffentlichungsdatum | 2019-10-23 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Hristiyan Dodov |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.3", "name": "Rundown", "description": "Your tasks, easily managed in the new-tab page.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" } } |