Scroll To Top (Simple and No Ads)

As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…

Hvad er Scroll To Top (Simple and No Ads)?

Scroll To Top (Simple and No Ads) er en Chrome-udvidelse udviklet af suresh.falor, og dens hovedfunktion er "As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…".

Udvidelsesskærmbilleder

screenshot

Download Scroll To Top (Simple and No Ads)-udvidelses-CRX-fil

Download Scroll To Top (Simple and No Ads)-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

                        As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of every page. 

This extension works well on touchscreen devices and uses fluid animation.

ScrollOne was created to provide a completely free(no advertisements or unwanted promotions) experience. The focus is simplicity without extra bloat present in similar extensions.

Your review and feedback is appreciated. I will try to implement all requested features.                    

Grundlæggende oplysninger om udvidelsen

Navn Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
Officiel URL https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
Beskrivelse As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
Filstørrelse 73.53 KB
Antal Installationer 83
Nuværende Version 1.5
Senest Opdateret 2014-11-18
Udgivelsesdato 2014-11-12
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler suresh.falor
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll To Top (Simple and No Ads)",
    "version": "1.5",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sites.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.backstretch.min.js",
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}