goTOP
The easier way to scroll web page to the top.
Vad är goTOP?
goTOP är en Chrome-tillägg utvecklad av Felipe Beline, och dess huvudfunktion är "The easier way to scroll web page to the top.".
Tilläggsskärmbilder
Ladda ner goTOP-förlängningens CRX-fil
Ladda ner goTOP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ekpjfhgkkihelhidjbmjojlgmkokdolb |
Officiell webbadress | https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb |
Beskrivning | The easier way to scroll web page to the top. |
Filstorlek | 60.3 KB |
Antal Installationer | 12 |
Aktuell Version | 0.0.7 |
Senast Uppdaterad | 2014-01-12 |
Publiceringsdatum | 2014-01-12 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | Felipe Beline |
Betalningssätt | free |
Stödda Språk | 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" ] } |