Page Scroller

Adds Scroll function to your mouse.

Co to jest Page Scroller?

Page Scroller to rozszerzenie Chrome opracowane przez hiatamaworkshop, a jego główną funkcją jest „Adds Scroll function to your mouse.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page Scroller

Pobierz pliki rozszerzeń Page Scroller 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

                        - Holding left click button and touching the left end of the screen will scroll back to the top of the page. 

- Holding left click button and touching the right end of the screen will cancel the previous scroll.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
Oficjalny URL https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
Opis Adds Scroll function to your mouse.
Rozmiar pliku 8.28 KB
Liczba instalacji 93
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2017-01-11
Data Publikacji 2017-01-11
Deweloper hiatamaworkshop
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Scroller",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds Scroll function to your mouse.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "scroller.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}