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
官方網址 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"
}