Rundown
Your tasks, easily managed in the new-tab page.
Co to jest Rundown?
Rundown to rozszerzenie Chrome opracowane przez Hristiyan Dodov, a jego główną funkcją jest „Your tasks, easily managed in the new-tab page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rundown
Pobierz pliki rozszerzeń Rundown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Rundown |
ID | opjjddkgmphhkjlgocopmeolmmibiphb |
Oficjalny URL | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
Opis | Your tasks, easily managed in the new-tab page. |
Rozmiar pliku | 149 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2019-10-23 |
Data Publikacji | 2019-10-23 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Hristiyan Dodov |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |