Elevator.js

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

Was ist Elevator.js?

Elevator.js ist eine Chrome-Erweiterung, die von skeys apps entwickelt wurde, und ihr Hauptmerkmal ist "This extension will let you return to the top of the page in style!".

Elevator.js-Erweiterungs-CRX-Datei herunterladen

Laden Sie Elevator.js-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
Offizielle URL https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Beschreibung This extension will let you return to the top of the page in style!
Dateigröße 702 KB
Installationsanzahl 19
Aktuelle Version 0.0.3
Letztes Update 2015-11-30
Veröffentlichungsdatum 2015-11-30
Entwickler skeys apps
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}