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 | 
| 电子邮箱 | [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
}  |  |