Scroll to top

Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.

Co to jest Scroll to top?

Scroll to top to rozszerzenie Chrome opracowane przez https://www.peteychuk.com, a jego główną funkcją jest „Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Scroll to top

Pobierz pliki rozszerzeń Scroll to top 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

                        Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scroll to top Scroll to top
ID ehajcglbnkfohalbajjnkkobbjelihjd
Oficjalny URL https://chromewebstore.google.com/detail/scroll-to-top/ehajcglbnkfohalbajjnkkobbjelihjd
Opis Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.
Rozmiar pliku 2.77 MB
Liczba instalacji 289
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2017-10-20
Data Publikacji 2017-10-20
Ocena 4.50/5 Łącznie 22 Oceny
Deweloper https://www.peteychuk.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "description": "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "top.png"
    ],
    "icons": {
        "48": "top48.png"
    }
}