Elevator.js
This extension will let you return to the top of the page in style!
Qu'est-ce que Elevator.js ?
Elevator.js est une extension Chrome développée par skeys apps, et sa fonction principale est "This extension will let you return to the top of the page in style!".
Télécharger le fichier CRX de l'extension Elevator.js
Téléchargez les fichiers d'extension Elevator.js au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Elevator.js |
ID | jnfhbbkoimbokjhnpbcjafhlobcmckem |
URL Officiel | https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem |
Description | This extension will let you return to the top of the page in style! |
Taille du Fichier | 702 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2015-11-30 |
Date de Publication | 2015-11-30 |
Développeur | skeys apps |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |