todo.tab

todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.

todo.tab là gì?

todo.tab là một tiện ích mở rộng Chrome được phát triển bởi http://www.blend88.com, và tính năng chính của nó là "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng todo.tab 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

                        Features include:

- Minimalist interface
- Editable list title
- Markdown support and preview abilities
- Data is synced in real-time across all open tabs in any browser/computer you are signed in to
- Keyboard shortcuts.
- Themes
- Multiple bullet styles.                    

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

Tên todo.tab todo.tab
ID ppoldfapfboboakhinjjmgkolkjhjjkm
URL Chính Thức https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm
Mô tả todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
Kích Thước Tệp 681 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-01-29
Ngày Phát Hành 2015-01-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.blend88.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/blend88/todo.tab
URL Trang Trợ Giúp https://github.com/blend88/todo.tab/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "todo.tab",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.",
    "homepage_url": "https:\/\/github.com\/blend88\/todo.tab",
    "icons": {
        "16": "icons\/icon_16x16.png",
        "48": "icons\/icon_48x48.png",
        "128": "icons\/icon_128x128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "clipboardRead",
        "contextMenus",
        "management",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}