Scroll Horizontally for Trello
Makes the mouse wheel scroll horizontally on the main Trello board.
Was ist Scroll Horizontally for Trello?
Scroll Horizontally for Trello ist eine Chrome-Erweiterung, die von Leigh Murray entwickelt wurde, und ihr Hauptmerkmal ist "Makes the mouse wheel scroll horizontally on the main Trello board.".
Scroll Horizontally for Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scroll Horizontally for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | kdcamgkinncdgaphonocolagboaokfad |
Offizielle URL | https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad |
Beschreibung | Makes the mouse wheel scroll horizontally on the main Trello board. |
Dateigröße | 46.06 KB |
Installationsanzahl | 73 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-01-09 |
Veröffentlichungsdatum | 2015-01-09 |
Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
Entwickler | Leigh Murray |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |