Get Wide for Trello
Show trello cards wide.
什么是Get Wide for Trello?
Get Wide for Trello是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Show trello cards wide.”。
扩展截图
下载Get Wide for Trello扩展crx文件
下载Get Wide for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can see details in a wide-card window. # update ## v.1.2.0.3 - feat: fixed for new Trello style ## v.1.1.0 - feat: 1280px or full width of window ## v.1.0.1 - fix: unintended effect on notification window
扩展基本信息
名称 | |
ID | janhkoajdfpnebanjimdbgmenpfjiofh |
官方URL | https://chromewebstore.google.com/detail/get-wide-for-trello/janhkoajdfpnebanjimdbgmenpfjiofh |
简介 | Show trello cards wide. |
文件大小 | 6.78 KB |
安装次数 | 180 |
当前版本 | 1.2.0.3 |
更新时间 | 2021-10-29 |
上架时间 | 2019-08-31 |
评分 | 5.00/5 共3次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Wide for Trello", "version": "1.2.0.3", "description": "Show trello cards wide.", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "override.css" ] } ], "icons": { "128": "icon-128x128.png" }, "manifest_version": 2 } |