RoutineList

Keep Track of Your Daily Tasks

什么是RoutineList?

RoutineList是由nicholasgreensf开发的Chrome扩展程序,该扩展的主要功能是“Keep Track of Your Daily Tasks”。

扩展截图

screenshot
screenshot

下载RoutineList扩展crx文件

下载RoutineList扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RoutineList RoutineList
ID eckihielkdkafbhekdgpbjlloiddjdpd
官方URL https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd
简介 Keep Track of Your Daily Tasks
文件大小 12.09 MB
安装次数 22
当前版本 0.5
更新时间 2022-06-01
上架时间 2021-05-24
评分 5.00/5 共1次评分
开发者 nicholasgreensf
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}