Scroll Horizontally for Trello

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

Qu'est-ce que Scroll Horizontally for Trello ?

Scroll Horizontally for Trello est une extension Chrome développée par Leigh Murray, et sa fonction principale est "Makes the mouse wheel scroll horizontally on the main Trello board.".

Télécharger le fichier CRX de l'extension Scroll Horizontally for Trello

Téléchargez les fichiers d'extension Scroll Horizontally for 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

                                            

Informations de Base sur l'Extension

Nom Scroll Horizontally for Trello Scroll Horizontally for Trello
ID kdcamgkinncdgaphonocolagboaokfad
URL Officiel https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad
Description Makes the mouse wheel scroll horizontally on the main Trello board.
Taille du Fichier 46.06 KB
Nombre d'Installations 73
Version Actuelle 1.1
Dernière Mise à Jour 2015-01-09
Date de Publication 2015-01-09
Évaluation 4.29/5 Total 7 Évaluations
Développeur Leigh Murray
Type de Paiement free
Langues Prises en Charge 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
}