Scroll Horizontally for Trello

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

Hvad er Scroll Horizontally for Trello?

Scroll Horizontally for Trello er en Chrome-udvidelse udviklet af Leigh Murray, og dens hovedfunktion er "Makes the mouse wheel scroll horizontally on the main Trello board.".

Download Scroll Horizontally for Trello-udvidelses-CRX-fil

Download Scroll Horizontally for Trello-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Scroll Horizontally for Trello Scroll Horizontally for Trello
ID kdcamgkinncdgaphonocolagboaokfad
Officiel URL https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad
Beskrivelse Makes the mouse wheel scroll horizontally on the main Trello board.
Filstørrelse 46.06 KB
Antal Installationer 73
Nuværende Version 1.1
Senest Opdateret 2015-01-09
Udgivelsesdato 2015-01-09
Bedømmelse 4.29/5 Samlet 7 Bedømmelser
Udvikler Leigh Murray
Betalingsmetode free
Understøttede Sprog 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
}