Elevator.js
This extension will let you return to the top of the page in style!
What is Elevator.js?
Elevator.js is a Chrome extension developed by skeys apps, and its main feature is "This extension will let you return to the top of the page in style!".
Download Elevator.js Extension CRX File
Download Elevator.js extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Elevator.js |
ID | jnfhbbkoimbokjhnpbcjafhlobcmckem |
Official URL | https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem |
Description | This extension will let you return to the top of the page in style! |
File Size | 702 KB |
Installation Count | 19 |
Current Version | 0.0.3 |
Last Updated | 2015-11-30 |
Publish Date | 2015-11-30 |
Developer | skeys apps |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |