PageScroll (Re-)Enabler
This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible.
Qu'est-ce que PageScroll (Re-)Enabler ?
PageScroll (Re-)Enabler est une extension Chrome développée par Koelle, et sa fonction principale est "This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PageScroll (Re-)Enabler
Téléchargez les fichiers d'extension PageScroll (Re-)Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | |
ID | blpjdjlaldebanfhloffjonmhgkimapo |
URL Officiel | https://chrome.google.com/webstore/detail/pagescroll-re-enabler/blpjdjlaldebanfhloffjonmhgkimapo |
Description | This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible. |
Taille du Fichier | 17 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-07-08 |
Date de Publication | 2016-07-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Koelle |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Koelli91/pagescrollreenabler/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } |