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                    

擴展基本資訊

名稱 Super Trello Super Trello
ID jhmefmkepidkekablipkaemmkinkbain
官方網址 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"
            ]
        }
    ]
}