Elevator.js

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

Wat is Elevator.js?

Elevator.js is een Chrome-extensie ontwikkeld door skeys apps, en de belangrijkste functie is "This extension will let you return to the top of the page in style!".

Download het CRX-bestand van de extensie Elevator.js

Download Elevator.js-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

                        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.                    

Basisinformatie over de Extensie

Naam Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
Officiële URL https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Beschrijving This extension will let you return to the top of the page in style!
Bestandsgrootte 702 KB
Aantal Installaties 19
Huidige Versie 0.0.3
Laatst Bijgewerkt 2015-11-30
Publicatiedatum 2015-11-30
Ontwikkelaar skeys apps
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}