Scroll Horizontally for Trello
Makes the mouse wheel scroll horizontally on the main Trello board.
Cos'è Scroll Horizontally for Trello?
Scroll Horizontally for Trello è un'estensione di Chrome sviluppata da Leigh Murray, e la sua funzione principale è "Makes the mouse wheel scroll horizontally on the main Trello board.".
Scarica il file CRX dell'estensione Scroll Horizontally for Trello
Scarica i file di estensione Scroll Horizontally for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | kdcamgkinncdgaphonocolagboaokfad |
| URL Ufficiale | https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad |
| Descrizione | Makes the mouse wheel scroll horizontally on the main Trello board. |
| Dimensione del File | 46.06 KB |
| Conteggio Installazioni | 73 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2015-01-09 |
| Data di Pubblicazione | 2015-01-09 |
| Valutazione | 4.29/5 Totale 7 Valutazioni |
| Sviluppatore | Leigh Murray |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |