Elevator.js

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

Hvad er Elevator.js?

Elevator.js er en Chrome-udvidelse udviklet af skeys apps, og dens hovedfunktion er "This extension will let you return to the top of the page in style!".

Download Elevator.js-udvidelses-CRX-fil

Download Elevator.js-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
Officiel URL https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Beskrivelse This extension will let you return to the top of the page in style!
Filstørrelse 702 KB
Antal Installationer 19
Nuværende Version 0.0.3
Senest Opdateret 2015-11-30
Udgivelsesdato 2015-11-30
Udvikler skeys apps
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}