trelloimprovements
An add-on to improve your life and work with trello
什么是trelloimprovements?
trelloimprovements是由https://www.trelloimprovements.com开发的Chrome扩展程序,该扩展的主要功能是“An add-on to improve your life and work with trello”。
扩展截图
下载trelloimprovements扩展crx文件
下载trelloimprovements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This Extension improves your Trello experience in Chrome.
It: 
- counts cards per board and per list
- can make labels more visible
- can color the whole card with label color
- shows card ID
- adds Sticky card feature
- adds Two Dark themes for the whole Trello interface!
Everything can be turned on and off - try it!                     扩展基本信息
| 名称 |   |  
| ID | cfajneojaaaagcahkajieaeaiegndpep | 
| 官方URL | https://chromewebstore.google.com/detail/trelloimprovements/cfajneojaaaagcahkajieaeaiegndpep | 
| 简介 | An add-on to improve your life and work with trello | 
| 文件大小 | 86.2 KB | 
| 安装次数 | 1,175 | 
| 当前版本 | 3.1.2 | 
| 更新时间 | 2023-04-12 | 
| 上架时间 | 2020-01-24 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | https://www.trelloimprovements.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.trelloimprovements.com/ | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "trelloimprovements",
    "short_name": "Trello Improvements",
    "version": "3.1.2",
    "homepage_url": "https:\/\/trelloimprovements.com",
    "description": "An add-on to improve your life and work with trello",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "512": "img\/icon-512.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trello.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.3.1.min.js",
                "scripts\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*.trello.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}  |  |