goTOP
The easier way to scroll web page to the top.
Wat is goTOP?
goTOP is een Chrome-extensie ontwikkeld door Felipe Beline, en de belangrijkste functie is "The easier way to scroll web page to the top.".
Extensie Screenshots
Download het CRX-bestand van de extensie goTOP
Download goTOP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
goTOP adiciona um botão no canto superior da tela que quando clicado sobe a pagina para o topo.Facilitando na utilização de páginas com grande quantidade de conteúdo.
Basisinformatie over de Extensie
Naam | |
ID | ekpjfhgkkihelhidjbmjojlgmkokdolb |
Officiële URL | https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb |
Beschrijving | The easier way to scroll web page to the top. |
Bestandsgrootte | 60.3 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2014-01-12 |
Publicatiedatum | 2014-01-12 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Felipe Beline |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "goTOP", "version": "0.0.7", "manifest_version": 2, "description": "The easier way to scroll web page to the top.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery-migrate-1.2.1.min.js", "js\/jquery-1.10.1.min.js" ] } ], "web_accessible_resources": [ "images\/arrow.png" ] } |