Today

An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!

Today là gì?

Today là một tiện ích mở rộng Chrome được phát triển bởi Tim Turner, và tính năng chính của nó là "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!".

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

screenshot
screenshot
screenshot
screenshot

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

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

                                            

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

Tên Today Today
ID nlaopmodobgckcknfffmkpcgfoilbeig
URL Chính Thức https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig
Mô tả An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
Kích Thước Tệp 1.94 MB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2018-04-06
Ngày Phát Hành 2018-04-06
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tim Turner
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Today",
    "version": "0.2.1",
    "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!",
    "author": "Tim Turner",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}