RoutineList
Keep Track of Your Daily Tasks
What is RoutineList?
RoutineList is a Chrome extension developed by nicholasgreensf, and its main feature is "Keep Track of Your Daily Tasks".
Extension Screenshots
Download RoutineList Extension CRX File
Download RoutineList extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RoutineList |
ID | eckihielkdkafbhekdgpbjlloiddjdpd |
Official URL | https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd |
Description | Keep Track of Your Daily Tasks |
File Size | 12.09 MB |
Installation Count | 22 |
Current Version | 0.5 |
Last Updated | 2022-06-01 |
Publish Date | 2021-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nicholasgreensf |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |