Enchantments for Todoist
Enchantments for Todoist
Enchantments for Todoistとは何ですか?
Enchantments for Todoistはwork.denisandnikita1によって開発されたChromeの拡張機能で、その主な機能は「Enchantments for Todoist」です。
拡張機能のスクリーンショット
Enchantments for Todoist拡張機能のCRXファイルをダウンロード
Enchantments for Todoist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is going to level up your productivity, by providing some extra features for https://todoist.com/ website
Extra features:
• Assign each task with a task value points
• Tracking daily productivity score, in the activity section
• Ability to easily open tasks in the new window with one click for better multitasking
• Track the size of every project, so you can better estimate your time
----------------------------------------------------------------------------------------------------
This application is not created by, affiliated with, or supported by Doist 拡張機能の基本情報
| 名前 | |
| ID | obpeiobgammkdmfffogenlhboejlohcm |
| 公式URL | https://chromewebstore.google.com/detail/enchantments-for-todoist/obpeiobgammkdmfffogenlhboejlohcm |
| 説明 | Enchantments for Todoist |
| ファイルサイズ | 20.5 KB |
| インストール数 | 889 |
| 現在のバージョン | 3.3 |
| 最終更新日 | 2023-11-22 |
| 公開日 | 2022-09-27 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | work.denisandnikita1 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Enchantments for Todoist",
"description": "Enchantments for Todoist",
"version": "3.3",
"content_scripts": [
{
"matches": [
"https:\/\/todoist.com\/app\/*",
"https:\/\/app.todoist.com\/app\/*"
],
"runat": "documet-idle",
"css": [
".\/css\/styles.css"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": ".\/icons\/icon16.png",
"32": ".\/icons\/icon32.png",
"48": ".\/icons\/icon48.png",
"128": ".\/icons\/icon128.png"
},
"manifest_version": 3
} | |