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…

Cos'è Scroll To Top (Simple and No Ads)?

Scroll To Top (Simple and No Ads) è un'estensione di Chrome sviluppata da suresh.falor, e la sua funzione principale è "As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scroll To Top (Simple and No Ads)

Scarica i file di estensione Scroll To Top (Simple and No Ads) 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
URL Ufficiale https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
Descrizione As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
Dimensione del File 73.53 KB
Conteggio Installazioni 83
Versione Corrente 1.5
Ultimo Aggiornamento 2014-11-18
Data di Pubblicazione 2014-11-12
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore suresh.falor
Tipo di Pagamento free
Lingue Supportate 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
}