Rundown

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

Apa itu Rundown?

Rundown adalah ekstensi Chrome yang dikembangkan oleh Hristiyan Dodov, dan fitur utamanya adalah "Your tasks, easily managed in the new-tab page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Rundown

Unduh file ekstensi Rundown dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Rundown Rundown
ID opjjddkgmphhkjlgocopmeolmmibiphb
URL Resmi https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb
Deskripsi Your tasks, easily managed in the new-tab page.
Ukuran File 149 KB
Jumlah Instalasi 22
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-10-23
Tanggal Publikasi 2019-10-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Hristiyan Dodov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}