scrollUp!
Scroll to the top of the page with just one click
Vad är scrollUp!?
scrollUp! är en Chrome-tillägg utvecklad av Dlinny, och dess huvudfunktion är "Scroll to the top of the page with just one click".
Tilläggsskärmbilder
Ladda ner scrollUp!-förlängningens CRX-fil
Ladda ner scrollUp!-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
This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.
Grundläggande Information om Tillägg
Namn | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
Officiell webbadress | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
Beskrivning | Scroll to the top of the page with just one click |
Filstorlek | 14.6 KB |
Antal Installationer | 28 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2013-02-28 |
Publiceringsdatum | 2013-02-28 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Dlinny |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "scrollUp!", "version": "1.1", "description": "Scroll to the top of the page with just one click", "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "Scroll to top", "default_icon": "toolbar.png" } } |