Trello Horizontal Lists
Turns Trello Lists Horizontal so they can be used for vertical comparisons.
什么是Trello Horizontal Lists?
Trello Horizontal Lists是由Jordan Walsh开发的Chrome扩展程序,该扩展的主要功能是“Turns Trello Lists Horizontal so they can be used for vertical comparisons.”。
扩展截图
下载Trello Horizontal Lists扩展crx文件
下载Trello Horizontal Lists扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple plugin that converts a Trello board from listing cards vertically to listing cards horizontally. This has been built to enable vertical comparisons of cards across different lists vertically and introduces horizontal scroll. v1.7 - Fixed another flexbox bug after trello update (2023-10-23) v1.6 - Fixed flexbox bug after trello update v1.5 - Updated manifest version to v3 - Fixed a bug where board state wasn't loading correctly - Increased the checking frequency to speed up the extension v1.4 - Fixed bug with moving cards with images. v1.3 - Saves state of board in memory - Remembers the state of a board and loads automatically next time - Fixed bugs - Improved performance
扩展基本信息
名称 | Trello Horizontal Lists |
ID | bnjapjcicacmalbgnpnfgclacakagnli |
官方URL | https://chromewebstore.google.com/detail/trello-horizontal-lists/bnjapjcicacmalbgnpnfgclacakagnli |
简介 | Turns Trello Lists Horizontal so they can be used for vertical comparisons. |
文件大小 | 122 KB |
安装次数 | 566 |
当前版本 | 1.7 |
更新时间 | 2023-10-23 |
上架时间 | 2019-11-04 |
评分 | 4.67/5 共6次评分 |
开发者 | Jordan Walsh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trello Horizontal Lists", "version": "1.7", "description": "Turns Trello Lists Horizontal so they can be used for vertical comparisons.", "author": "Jordan Walsh ([email protected])", "permissions": [ "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "scripts.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |