Rundown
Your tasks, easily managed in the new-tab page.
Vad är Rundown?
Rundown är en Chrome-tillägg utvecklad av Hristiyan Dodov, och dess huvudfunktion är "Your tasks, easily managed in the new-tab page.".
Tilläggsskärmbilder
Ladda ner Rundown-förlängningens CRX-fil
Ladda ner Rundown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Rundown |
ID | opjjddkgmphhkjlgocopmeolmmibiphb |
Officiell webbadress | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
Beskrivning | Your tasks, easily managed in the new-tab page. |
Filstorlek | 149 KB |
Antal Installationer | 22 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2019-10-23 |
Publiceringsdatum | 2019-10-23 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Hristiyan Dodov |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |