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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Koelle และคุณลักษณะหลักของมันคือ "This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageScroll (Re-)Enabler

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
    ]
}