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…

Co to jest Scroll To Top (Simple and No Ads)?

Scroll To Top (Simple and No Ads) to rozszerzenie Chrome opracowane przez suresh.falor, a jego główną funkcją jest „As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scroll To Top (Simple and No Ads)

Pobierz pliki rozszerzeń Scroll To Top (Simple and No Ads) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
Oficjalny URL https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
Opis As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
Rozmiar pliku 73.53 KB
Liczba instalacji 83
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2014-11-18
Data Publikacji 2014-11-12
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper suresh.falor
Typ Płatności free
Obsługiwane Języki 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
}