Scroll UP
Scroll UP to the top of the page.
Hvad er Scroll UP?
Scroll UP er en Chrome-udvidelse udviklet af Sameer N Miraj, og dens hovedfunktion er "Scroll UP to the top of the page.".
Udvidelsesskærmbilleder
Download Scroll UP-udvidelses-CRX-fil
Download Scroll UP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Scroll UP |
ID | nikifllafkofdicjhldgiophmodkhpia |
Officiel URL | https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia |
Beskrivelse | Scroll UP to the top of the page. |
Filstørrelse | 99.1 KB |
Antal Installationer | 116 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2014-06-03 |
Udgivelsesdato | 2014-06-03 |
Bedømmelse | 3.50/5 Samlet 6 Bedømmelser |
Udvikler | Sameer N Miraj |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sf-advanced-code-searcher.web.app |
Understøttede Sprog | 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" ] } |