Scroll Horizontally for Trello

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

Apa itu Scroll Horizontally for Trello?

Scroll Horizontally for Trello adalah ekstensi Chrome yang dikembangkan oleh Leigh Murray, dan fitur utamanya adalah "Makes the mouse wheel scroll horizontally on the main Trello board.".

Unduh Berkas CRX Ekstensi Scroll Horizontally for Trello

Unduh file ekstensi Scroll Horizontally for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Scroll Horizontally for Trello Scroll Horizontally for Trello
ID kdcamgkinncdgaphonocolagboaokfad
URL Resmi https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad
Deskripsi Makes the mouse wheel scroll horizontally on the main Trello board.
Ukuran File 46.06 KB
Jumlah Instalasi 73
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-01-09
Tanggal Publikasi 2015-01-09
Penilaian 4.29/5 Total 7 Penilaian
Pengembang Leigh Murray
Tipe Pembayaran free
Bahasa yang Didukung 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
}