Scroll Horizontally for Trello
Makes the mouse wheel scroll horizontally on the main Trello board.
Wat is Scroll Horizontally for Trello?
Scroll Horizontally for Trello is een Chrome-extensie ontwikkeld door Leigh Murray, en de belangrijkste functie is "Makes the mouse wheel scroll horizontally on the main Trello board.".
Download het CRX-bestand van de extensie Scroll Horizontally for Trello
Download Scroll Horizontally for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | kdcamgkinncdgaphonocolagboaokfad |
| Officiële URL | https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad |
| Beschrijving | Makes the mouse wheel scroll horizontally on the main Trello board. |
| Bestandsgrootte | 46.06 KB |
| Aantal Installaties | 73 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2015-01-09 |
| Publicatiedatum | 2015-01-09 |
| Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Leigh Murray |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |