RoutineList
Keep Track of Your Daily Tasks
RoutineListとは何ですか?
RoutineListはnicholasgreensfによって開発されたChromeの拡張機能で、その主な機能は「Keep Track of Your Daily Tasks」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |