Trello Extras
Some extra functionality for Trello.
什么是Trello Extras?
Trello Extras是由Barry Els开发的Chrome扩展程序,该扩展的主要功能是“Some extra functionality for Trello.”。
下载Trello Extras扩展crx文件
下载Trello Extras扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras 扩展基本信息
| 名称 | |
| ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
| 官方URL | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
| 简介 | Some extra functionality for Trello. |
| 文件大小 | 459 KB |
| 安装次数 | 25 |
| 当前版本 | 1.8.6 |
| 更新时间 | 2017-06-15 |
| 上架时间 | 2017-06-15 |
| 开发者 | Barry Els |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"css": [
"css\/index.css"
],
"js": [
"js\/index.js"
],
"matches": [
"http:\/\/trello.com\/*",
"https:\/\/trello.com\/*"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"default_popup": "popup.html",
"default_title": "Trello Extras"
},
"name": "Trello Extras",
"version": "1.8.6",
"description": "Some extra functionality for Trello.",
"author": "Barry Els | |