Super Trello
Adds new features to trello
Was ist Super Trello?
Super Trello ist eine Chrome-Erweiterung, die von jrf0110 entwickelt wurde, und ihr Hauptmerkmal ist "Adds new features to trello".
Super Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Super Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jhmefmkepidkekablipkaemmkinkbain |
Offizielle URL | https://chrome.google.com/webstore/detail/jhmefmkepidkekablipkaemmkinkbain |
Beschreibung | Adds new features to trello |
Dateigröße | 92.02 KB |
Installationsanzahl | 62 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-08-22 |
Veröffentlichungsdatum | 2017-08-22 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | jrf0110 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |