Elevator.js

This extension will let you return to the top of the page in style!

Cos'è Elevator.js?

Elevator.js è un'estensione di Chrome sviluppata da skeys apps, e la sua funzione principale è "This extension will let you return to the top of the page in style!".

Scarica il file CRX dell'estensione Elevator.js

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

                        This extension uses Tim Holman's Elevator.js library to add a fun yet functional "back to top" button to every webpage you visit. When you click it, it will scroll to the top of the page for you while playing elevator music.                    

Informazioni di Base sull'Estensione

Nome Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
URL Ufficiale https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Descrizione This extension will let you return to the top of the page in style!
Dimensione del File 702 KB
Conteggio Installazioni 19
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-11-30
Data di Pubblicazione 2015-11-30
Sviluppatore skeys apps
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elevator.js",
    "short_name": "Elevator.js",
    "description": "This extension will let you return to the top of the page in style!",
    "version": "0.0.3",
    "web_accessible_resources": [
        "assets\/*"
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js",
                "elevator.js"
            ],
            "css": [
                "elevatorjs.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}