Tabula (New Tab To-do List)

Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.

Tabula (New Tab To-do List) là gì?

Tabula (New Tab To-do List) là một tiện ích mở rộng Chrome được phát triển bởi Joao Antunes, và tính năng chính của nó là "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".

Ả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 Tabula (New Tab To-do List)

Tải xuống các tệp mở rộng Tabula (New Tab To-do List) 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

                        Main features:
 - Replaces New Tab Page with a list of to-do items.
 - Synchronized to-do items across your google chrome instances.
 - Ability to access old to-do items (Show Previous Entries).
 - Searchable to-do items.
 - Editable to-do items in place.
 - Automatically populates today's entry with unfinished to-do items.
 - Random background (our of 6, more coming).                    

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

Tên Tabula (New Tab To-do List) Tabula (New Tab To-do List)
ID pnadejonabhdibgdmgfcomljhddlpfcc
URL Chính Thức https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc
Mô tả Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
Kích Thước Tệp 5.94 MB
Số Lần Cài Đặt 1,185
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2018-03-07
Ngày Phát Hành 2018-03-06
Đánh Giá 4.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Joao Antunes
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jasantunes/Tabula
URL Trang Trợ Giúp https://github.com/jasantunes/Tabula
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabula (New Tab To-do List)",
    "short_name": "Tabula",
    "version": "0.0.9",
    "description": "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/jasantunes\/Tabula",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "identity"
    ]
}