Fast Scroll To Top
Scrolls instantly to top.
Vad är Fast Scroll To Top?
Fast Scroll To Top är en Chrome-tillägg utvecklad av Guido, och dess huvudfunktion är "Scrolls instantly to top.".
Tilläggsskärmbilder
Ladda ner Fast Scroll To Top-förlängningens CRX-fil
Ladda ner Fast Scroll To Top-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
Scroll to top instantly. Just click on the icon. Absolutely lean implementation. Does not come with any CSS. Does not get injected before clicking. Does not need any configuration. Does not include any adware. Does not scroll slowly. Does not overlay your content. Just works! Enjoy the extension. Ratings are welcome!
Grundläggande Information om Tillägg
Namn | Fast Scroll To Top |
ID | kphhbalcjpamoncjlnnhlajngdfmpafl |
Officiell webbadress | https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl |
Beskrivning | Scrolls instantly to top. |
Filstorlek | 4.95 KB |
Antal Installationer | 282 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2014-06-21 |
Publiceringsdatum | 2014-06-21 |
Betyg | 4.44/5 Totalt 9 Betyg |
Utvecklare | Guido |
Betalningssätt | free |
Hjälpsida URL | https://github.com/guido4000/FastScrollToTop |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Scroll To Top", "version": "1.2", "author": "Guido Hoermann", "short_name": "FastScrollToTop", "description": "Scrolls instantly to top.", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Scroll up" }, "permissions": [ "activeTab" ] } |