Rundown

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

Rundown là gì?

Rundown là một tiện ích mở rộng Chrome được phát triển bởi Hristiyan Dodov, và tính năng chính của nó là "Your tasks, easily managed in the new-tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rundown

Tải xuống các tệp mở rộng Rundown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rundown Rundown
ID opjjddkgmphhkjlgocopmeolmmibiphb
URL Chính Thức https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb
Mô tả Your tasks, easily managed in the new-tab page.
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-10-23
Ngày Phát Hành 2019-10-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Hristiyan Dodov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}