goTOP
The easier way to scroll web page to the top.
Qu'est-ce que goTOP ?
goTOP est une extension Chrome développée par Felipe Beline, et sa fonction principale est "The easier way to scroll web page to the top.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension goTOP
Téléchargez les fichiers d'extension goTOP 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
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.
Informations de Base sur l'Extension
Nom | |
ID | ekpjfhgkkihelhidjbmjojlgmkokdolb |
URL Officiel | https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb |
Description | The easier way to scroll web page to the top. |
Taille du Fichier | 60.3 KB |
Nombre d'Installations | 12 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2014-01-12 |
Date de Publication | 2014-01-12 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Felipe Beline |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |