Super Trello

Adds new features to trello

Τι είναι το Super Trello;

Το Super Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jrf0110, και η κύρια λειτουργία του είναι "Adds new features to trello".

Λήψη αρχείου CRX της επέκτασης Super Trello

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Super Trello Super Trello
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"
            ]
        }
    ]
}