RoutineList

Keep Track of Your Daily Tasks

RoutineListคืออะไร?

RoutineList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nicholasgreensf และคุณลักษณะหลักของมันคือ "Keep Track of Your Daily Tasks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoutineList

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}