Page Scroller

Adds Scroll function to your mouse.

Page Scroller là gì?

Page Scroller là một tiện ích mở rộng Chrome được phát triển bởi hiatamaworkshop, và tính năng chính của nó là "Adds Scroll function to your mouse.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Scroller

Tải xuống các tệp mở rộng Page Scroller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
URL Chính Thức https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
Mô tả Adds Scroll function to your mouse.
Kích Thước Tệp 8.28 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-01-11
Ngày Phát Hành 2017-01-11
Nhà Phát Triển hiatamaworkshop
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}