Elevator.js
This extension will let you return to the top of the page in style!
O que é Elevator.js?
Elevator.js é uma extensão do Chrome desenvolvida por skeys apps, e sua principal característica é "This extension will let you return to the top of the page in style!".
Baixar o arquivo CRX da Extensão Elevator.js
Baixe arquivos de extensão Elevator.js no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Elevator.js |
ID | jnfhbbkoimbokjhnpbcjafhlobcmckem |
URL Oficial | https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem |
Descrição | This extension will let you return to the top of the page in style! |
Tamanho do Arquivo | 702 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.0.3 |
Última Atualização | 2015-11-30 |
Data de Publicação | 2015-11-30 |
Desenvolvedor | skeys apps |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |