Rundown

Your tasks, easily managed in the new-tab page.

Cos'è Rundown?

Rundown è un'estensione di Chrome sviluppata da Hristiyan Dodov, e la sua funzione principale è "Your tasks, easily managed in the new-tab page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rundown

Scarica i file di estensione Rundown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rundown Rundown
ID opjjddkgmphhkjlgocopmeolmmibiphb
URL Ufficiale https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb
Descrizione Your tasks, easily managed in the new-tab page.
Dimensione del File 149 KB
Conteggio Installazioni 22
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-10-23
Data di Pubblicazione 2019-10-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Hristiyan Dodov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}