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
擴展基本資訊
名稱 | Enchantments for Todoist |
ID | obpeiobgammkdmfffogenlhboejlohcm |
官方網址 | 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 |
電子郵箱 | [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 } |