ToDo for Google Tasks
It is an application for convenient use of Google Tasks in 3 columns.
ToDo for Google Tasksとは何ですか?
ToDo for Google Tasksはhttps://thetodo.netによって開発されたChromeの拡張機能で、その主な機能は「It is an application for convenient use of Google Tasks in 3 columns.」です。
拡張機能のスクリーンショット
ToDo for Google Tasks拡張機能のCRXファイルをダウンロード
ToDo for Google Tasks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Best app to use Google Tasks. Task display of "today", "tomorrow", "the day after tomorrow", "overdue", "all", global search, alphabetical or date sorting and dark mode support! ◆Sync with Google Tasks It also syncs quickly with Google Tasks and Google Calendar! ◆Narrow down tasks You can display tasks as "today", "tomorrow", "the day after tomorrow", "overdue", and "all"! ◆Sort tasks You can sort by "drag & drop", "date order", and "alphabetical order"! ◆Full search You can quickly search for the task you want to find from all tasks! ◆Security - We do not send your data to non-Google servers. - Data is exchanged directly with Google. Even developers can't see what's inside. - Do not ask for passwords or save them at all. ◆Support If you have any problems, we will help you as soon as possible. Please feel free to contact us at the email address below. [email protected]
拡張機能の基本情報
名前 | ToDo for Google Tasks |
ID | khnenklojdofkfabelfnkdmpmkmioegj |
公式URL | https://chromewebstore.google.com/detail/todo-for-google-tasks/khnenklojdofkfabelfnkdmpmkmioegj |
説明 | It is an application for convenient use of Google Tasks in 3 columns. |
ファイルサイズ | 18.17 KB |
インストール数 | 467 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-05-11 |
公開日 | 2023-05-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://thetodo.net |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://thetodo.net/ |
ヘルプページのURL | https://thetodo.net/ |
プライバシーポリシーページのURL | https://thetodo.net/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ToDo for Google Tasks", "description": "It is an application for convenient use of Google Tasks in 3 columns.", "version": "1.0.1", "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_title": "ToDo for Google Tasks" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |