Overdue Trello Cards First!

This extension forces the Overdue Cards to the top.

什么是Overdue Trello Cards First!?

Overdue Trello Cards First!是由https://mcgaw.io开发的Chrome扩展程序,该扩展的主要功能是“This extension forces the Overdue Cards to the top.”。

扩展截图

screenshot
screenshot

下载Overdue Trello Cards First!扩展crx文件

下载Overdue Trello Cards First!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you tired of Trello hiding the overdue cards at the bottom of the card list?

We were too, but not anymore. McGaw.io's Overdue Trello Cards First Chrome extension is here to help you become a more productive Trello user.

Our Chrome extension has one and only one feature:

- Shift all overdue cards to the top of your card list view in Trello, so you know what is most important.

Do you need support or have suggestions? Feel free to reach out to us at [email protected] .                    

扩展基本信息

名称 Overdue Trello Cards First! Overdue Trello Cards First!
ID njfjeliolopojmdcpaoncmdkoencgepf
官方URL https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf
简介 This extension forces the Overdue Cards to the top.
文件大小 43.79 KB
安装次数 849
当前版本 1.1.2
更新时间 2022-06-30
上架时间 2016-06-21
评分 3.25/5 共8次评分
开发者 https://mcgaw.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mcgaw.io
帮助页面URL https://mcgaw.io
隐私政策页面URL https://mcgaw.io/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Overdue Trello Cards First!",
    "description": "This extension forces the Overdue Cards to the top.",
    "version": "1.1.2",
    "icons": {
        "16": "images\/16icon.png",
        "48": "images\/48icon.png",
        "128": "images\/128icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}