Super Trello
Adds new features to trello
¿Qué es Super Trello?
Super Trello es una extensión de Chrome desarrollada por jrf0110, y su función principal es "Adds new features to trello".
Descargar Archivo CRX de la Extensión Super Trello
Descarga archivos de extensión Super Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | jhmefmkepidkekablipkaemmkinkbain |
URL Oficial | https://chrome.google.com/webstore/detail/jhmefmkepidkekablipkaemmkinkbain |
Descripción | Adds new features to trello |
Tamaño del Archivo | 92.02 KB |
Cantidad de Instalaciones | 62 |
Versión Actual | 1.1 |
Última Actualización | 2017-08-22 |
Fecha de Publicación | 2017-08-22 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | jrf0110 |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |