Rundown
Your tasks, easily managed in the new-tab page.
Hvad er Rundown?
Rundown er en Chrome-udvidelse udviklet af Hristiyan Dodov, og dens hovedfunktion er "Your tasks, easily managed in the new-tab page.".
Udvidelsesskærmbilleder
Download Rundown-udvidelses-CRX-fil
Download Rundown-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Rundown |
ID | opjjddkgmphhkjlgocopmeolmmibiphb |
Officiel URL | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
Beskrivelse | Your tasks, easily managed in the new-tab page. |
Filstørrelse | 149 KB |
Antal Installationer | 22 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2019-10-23 |
Udgivelsesdato | 2019-10-23 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Hristiyan Dodov |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |