goTOP
The easier way to scroll web page to the top.
Was ist goTOP?
goTOP ist eine Chrome-Erweiterung, die von Felipe Beline entwickelt wurde, und ihr Hauptmerkmal ist "The easier way to scroll web page to the top.".
Erweiterungsscreenshots
goTOP-Erweiterungs-CRX-Datei herunterladen
Laden Sie goTOP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekpjfhgkkihelhidjbmjojlgmkokdolb |
Offizielle URL | https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb |
Beschreibung | The easier way to scroll web page to the top. |
Dateigröße | 60.3 KB |
Installationsanzahl | 12 |
Aktuelle Version | 0.0.7 |
Letztes Update | 2014-01-12 |
Veröffentlichungsdatum | 2014-01-12 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | Felipe Beline |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |