Scroll UP
Scroll UP to the top of the page.
Cos'è Scroll UP?
Scroll UP è un'estensione di Chrome sviluppata da Sameer N Miraj, e la sua funzione principale è "Scroll UP to the top of the page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scroll UP
Scarica i file di estensione Scroll UP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.
Informazioni di Base sull'Estensione
Nome | Scroll UP |
ID | nikifllafkofdicjhldgiophmodkhpia |
URL Ufficiale | https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia |
Descrizione | Scroll UP to the top of the page. |
Dimensione del File | 99.1 KB |
Conteggio Installazioni | 116 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2014-06-03 |
Data di Pubblicazione | 2014-06-03 |
Valutazione | 3.50/5 Totale 6 Valutazioni |
Sviluppatore | Sameer N Miraj |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sf-advanced-code-searcher.web.app |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll UP", "version": "0.0.2", "manifest_version": 2, "description": "Scroll UP to the top of the page.", "author": "Sameer N Miraj", "icons": { "48": "Document-icon.png", "128": "Document-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "image\/*.png" ] } |