Rundown

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

Wat is Rundown?

Rundown is een Chrome-extensie ontwikkeld door Hristiyan Dodov, en de belangrijkste functie is "Your tasks, easily managed in the new-tab page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Rundown

Download Rundown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rundown Rundown
ID opjjddkgmphhkjlgocopmeolmmibiphb
Officiële URL https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb
Beschrijving Your tasks, easily managed in the new-tab page.
Bestandsgrootte 149 KB
Aantal Installaties 22
Huidige Versie 1.0.3
Laatst Bijgewerkt 2019-10-23
Publicatiedatum 2019-10-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Hristiyan Dodov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}