Scroll Horizontally for Trello

Makes the mouse wheel scroll horizontally on the main Trello board.

What is Scroll Horizontally for Trello?

Scroll Horizontally for Trello is a Chrome extension developed by Leigh Murray, and its main feature is "Makes the mouse wheel scroll horizontally on the main Trello board.".

Download Scroll Horizontally for Trello Extension CRX File

Download Scroll Horizontally for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Scroll Horizontally for Trello Scroll Horizontally for Trello
ID kdcamgkinncdgaphonocolagboaokfad
Official URL https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad
Description Makes the mouse wheel scroll horizontally on the main Trello board.
File Size 46.06 KB
Installation Count 73
Current Version 1.1
Last Updated 2015-01-09
Publish Date 2015-01-09
Rating 4.29/5 Total 7 Ratings
Developer Leigh Murray
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Horizontally for Trello",
    "description": "Makes the mouse wheel scroll horizontally on the main Trello board.",
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "\/vendor\/jquery-2.1.3.min.js",
                "\/vendor\/jquery.mousewheel.min.js",
                "\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}