Elevator.js

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

Co je Elevator.js?

Elevator.js je rozšíření Chrome vyvinuté skeys apps, a jeho hlavní funkcí je „This extension will let you return to the top of the page in style!“.

Stáhnout soubor CRX rozšíření Elevator.js

Stáhněte si soubory rozšíření Elevator.js ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
Oficiální URL https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Popis This extension will let you return to the top of the page in style!
Velikost souboru 702 KB
Počet instalací 19
Aktuální Verze 0.0.3
Poslední Aktualizace 2015-11-30
Datum Vydání 2015-11-30
Vývojář skeys apps
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}