Elevator

scroll up or down your website with style

Apa itu Elevator?

Elevator adalah ekstensi Chrome yang dikembangkan oleh notiles, dan fitur utamanya adalah "scroll up or down your website with style".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Elevator

Unduh file ekstensi Elevator 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

                        Click on the extension to automate scrolling on any website with style! (up and down alternatively)
This extension need that you activate your speakers.

Thanks to Tim Holman for the Javascript concept ! elevator.js                    

Informasi Dasar Ekstensi

Nama Elevator Elevator
ID dglinbifggffjoidkdekpjlompfeapmp
URL Resmi https://chromewebstore.google.com/detail/elevator/dglinbifggffjoidkdekpjlompfeapmp
Deskripsi scroll up or down your website with style
Ukuran File 3.61 MB
Jumlah Instalasi 49
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-05-11
Tanggal Publikasi 2015-05-11
Penilaian 5.00/5 Total 7 Penilaian
Pengembang notiles
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elevator",
    "version": "1.2",
    "manifest_version": 2,
    "description": "scroll up or down your website with style",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "elevator.js",
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icone.png"
    },
    "web_accessible_resources": [
        "music\/*.mp3"
    ]
}