RoutineList

Keep Track of Your Daily Tasks

RoutineList là gì?

RoutineList là một tiện ích mở rộng Chrome được phát triển bởi nicholasgreensf, và tính năng chính của nó là "Keep Track of Your Daily Tasks".

Ả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 RoutineList

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

                        RoutineList allows the user to keep track of their daily tasks by way of checkboxes that uncheck themselves on the days of the week the user designates as days they should do that task on. It's a great way to save paper and time, preventing the user from having to write out a daily to-do list. This was inspired by a daily to-do list over fifty items long, and built to expedite that process.                    

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

Tên RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
URL Chính Thức https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
Mô tả Keep Track of Your Daily Tasks
Kích Thước Tệp 12.09 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2022-06-01
Ngày Phát Hành 2021-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nicholasgreensf
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",
    "name": "RoutineList",
    "description": "Keep Track of Your Daily Tasks",
    "version": "0.5",
    "icons": {
        "16": "routinelist16.png",
        "48": "routinelist48.png",
        "128": "routinelist128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}