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
公式URL 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
Eメール [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:\/\/*\/*"
    ]
}