Scroll Horizontally for Trello
Makes the mouse wheel scroll horizontally on the main Trello board.
Vad är Scroll Horizontally for Trello?
Scroll Horizontally for Trello är en Chrome-tillägg utvecklad av Leigh Murray, och dess huvudfunktion är "Makes the mouse wheel scroll horizontally on the main Trello board.".
Ladda ner Scroll Horizontally for Trello-förlängningens CRX-fil
Ladda ner Scroll Horizontally for Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | kdcamgkinncdgaphonocolagboaokfad |
| Officiell webbadress | https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad |
| Beskrivning | Makes the mouse wheel scroll horizontally on the main Trello board. |
| Filstorlek | 46.06 KB |
| Antal Installationer | 73 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2015-01-09 |
| Publiceringsdatum | 2015-01-09 |
| Betyg | 4.29/5 Totalt 7 Betyg |
| Utvecklare | Leigh Murray |
| Betalningssätt | free |
| Stödda Språk | 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
} | |