Elevator.js

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

Co to jest Elevator.js?

Elevator.js to rozszerzenie Chrome opracowane przez skeys apps, a jego główną funkcją jest „This extension will let you return to the top of the page in style!”.

Pobierz plik CRX rozszerzenia Elevator.js

Pobierz pliki rozszerzeń Elevator.js w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
Oficjalny URL https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Opis This extension will let you return to the top of the page in style!
Rozmiar pliku 702 KB
Liczba instalacji 19
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2015-11-30
Data Publikacji 2015-11-30
Deweloper skeys apps
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}