Super Trello
Adds new features to trello
Qu'est-ce que Super Trello ?
Super Trello est une extension Chrome développée par jrf0110, et sa fonction principale est "Adds new features to trello".
Télécharger le fichier CRX de l'extension Super Trello
Téléchargez les fichiers d'extension Super Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jhmefmkepidkekablipkaemmkinkbain |
URL Officiel | https://chrome.google.com/webstore/detail/jhmefmkepidkekablipkaemmkinkbain |
Description | Adds new features to trello |
Taille du Fichier | 92.02 KB |
Nombre d'Installations | 62 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-08-22 |
Date de Publication | 2017-08-22 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | jrf0110 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |