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.”。
扩展截图
下载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).
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |