Page Scroller

Adds Scroll function to your mouse.

什麼是Page Scroller?

Page Scroller是由hiatamaworkshop開發的Chrome擴展程式,該擴展的主要功能是“Adds Scroll function to your mouse.”。

擴展截圖

screenshot

下載Page Scroller擴展crx文件

下載Page Scroller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
官方網址 https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
簡介 Adds Scroll function to your mouse.
檔案大小 8.28 KB
安裝次數 93
目前版本 0.1.1
更新時間 2017-01-11
上架時間 2017-01-11
開發者 hiatamaworkshop
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}