Elevator.js

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

Vad är Elevator.js?

Elevator.js är en Chrome-tillägg utvecklad av skeys apps, och dess huvudfunktion är "This extension will let you return to the top of the page in style!".

Ladda ner Elevator.js-förlängningens CRX-fil

Ladda ner Elevator.js-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
Officiell webbadress https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Beskrivning This extension will let you return to the top of the page in style!
Filstorlek 702 KB
Antal Installationer 19
Aktuell Version 0.0.3
Senast Uppdaterad 2015-11-30
Publiceringsdatum 2015-11-30
Utvecklare skeys apps
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}