PageScroll (Re-)Enabler

This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible.

什麼是PageScroll (Re-)Enabler?

PageScroll (Re-)Enabler是由Koelle開發的Chrome擴展程式,該擴展的主要功能是“This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible.”。

擴展截圖

screenshot
screenshot

下載PageScroll (Re-)Enabler擴展crx文件

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

擴展使用說明

                        Kennst du auch Webseiten, auf denen das Scrollen per Mausrad etc. nicht möglich ist und man immer manuell an der Scrollleiste ziehen muss?
Diese Erweiterung sorgt dafür, dass dies wieder ganz normal möglich ist!

Eine beispielhafte Webseite, auf der dieses Problem besteht: http://starwars.ea.com/

Die Erweiterung lässt sich bei Problemen ganz bequem über das Icon neben der Adressleiste deaktivieren (und natürlich über denselben Weg auch wieder aktivieren).                    

擴展基本資訊

名稱 PageScroll (Re-)Enabler PageScroll (Re-)Enabler
ID blpjdjlaldebanfhloffjonmhgkimapo
官方網址 https://chrome.google.com/webstore/detail/pagescroll-re-enabler/blpjdjlaldebanfhloffjonmhgkimapo
簡介 This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible.
檔案大小 17 KB
安裝次數 27
目前版本 1.0.2
更新時間 2016-07-08
上架時間 2016-07-08
評分 5.00/5 共 1 次評分
開發者 Koelle
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Koelli91/pagescrollreenabler/
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "author": "Kevin K\u00f6llmann",
    "description": "__MSG_extdescr__",
    "version": "1.0.2",
    "minimum_chrome_version": "22",
    "default_locale": "de",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}