Elevator

scroll up or down your website with style

Wat is Elevator?

Elevator is een Chrome-extensie ontwikkeld door notiles, en de belangrijkste functie is "scroll up or down your website with style".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Elevator

Download Elevator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Elevator Elevator
ID dglinbifggffjoidkdekpjlompfeapmp
Officiële URL https://chromewebstore.google.com/detail/elevator/dglinbifggffjoidkdekpjlompfeapmp
Beschrijving scroll up or down your website with style
Bestandsgrootte 3.61 MB
Aantal Installaties 49
Huidige Versie 1.2
Laatst Bijgewerkt 2015-05-11
Publicatiedatum 2015-05-11
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar notiles
Betalingswijze free
Ondersteunde Talen 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"
    ]
}