Super Trello
Adds new features to trello
什么是Super Trello?
Super Trello是由jrf0110开发的Chrome扩展程序,该扩展的主要功能是“Adds new features to trello”。
下载Super Trello扩展crx文件
下载Super Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extra features on top of https://trello.com - Currently adds the ability to browse cards with the arrow keys. With a card open, press down or up to go to the next or previous card in the list. Press right or left to go to the next or previous list on the board. This is just the first version and I will add new features later. Source code: https://github.com/jrf0110/super-trello #### Card Switcher Use the arrow keys (up/down) to go through cards in a list #### List Switcher Use the arrow keys (left/right) to switch lists from the open card view ### Version 1.1 Update *Version 1.1 changes keybindings to be prefixed with SHIFT* * Fixes broken keybindings * Refactored codebase
扩展基本信息
名称 | |
ID | jhmefmkepidkekablipkaemmkinkbain |
官方URL | https://chrome.google.com/webstore/detail/jhmefmkepidkekablipkaemmkinkbain |
简介 | Adds new features to trello |
文件大小 | 92.02 KB |
安装次数 | 62 |
当前版本 | 1.1 |
更新时间 | 2017-08-22 |
上架时间 | 2017-08-22 |
评分 | 4.50/5 共2次评分 |
开发者 | jrf0110 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Trello", "description": "Adds new features to trello", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*\/*", "https:\/\/trello.com\/c\/*\/*" ], "js": [ "dist\/super-trello.js" ] } ] } |