Elevator

scroll up or down your website with style

Cos'è Elevator?

Elevator è un'estensione di Chrome sviluppata da notiles, e la sua funzione principale è "scroll up or down your website with style".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Elevator

Scarica i file di estensione Elevator 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

                        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                    

Informazioni di Base sull'Estensione

Nome Elevator Elevator
ID dglinbifggffjoidkdekpjlompfeapmp
URL Ufficiale https://chromewebstore.google.com/detail/elevator/dglinbifggffjoidkdekpjlompfeapmp
Descrizione scroll up or down your website with style
Dimensione del File 3.61 MB
Conteggio Installazioni 49
Versione Corrente 1.2
Ultimo Aggiornamento 2015-05-11
Data di Pubblicazione 2015-05-11
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore notiles
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}