Page Scroller

Adds Scroll function to your mouse.

Apa itu Page Scroller?

Page Scroller adalah ekstensi Chrome yang dikembangkan oleh hiatamaworkshop, dan fitur utamanya adalah "Adds Scroll function to your mouse.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page Scroller

Unduh file ekstensi Page Scroller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - 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.                    

Informasi Dasar Ekstensi

Nama Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
URL Resmi https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
Deskripsi Adds Scroll function to your mouse.
Ukuran File 8.28 KB
Jumlah Instalasi 93
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-01-11
Tanggal Publikasi 2017-01-11
Pengembang hiatamaworkshop
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}