Rundown

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

What is Rundown?

Rundown is a Chrome extension developed by Hristiyan Dodov, and its main feature is "Your tasks, easily managed in the new-tab page.".

Extension Screenshots

screenshot
screenshot

Download Rundown Extension CRX File

Download Rundown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Rundown Rundown
ID opjjddkgmphhkjlgocopmeolmmibiphb
Official URL https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb
Description Your tasks, easily managed in the new-tab page.
File Size 149 KB
Installation Count 22
Current Version 1.0.3
Last Updated 2019-10-23
Publish Date 2019-10-23
Rating 5.00/5 Total 2 Ratings
Developer Hristiyan Dodov
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}