PageScroll (Re-)Enabler

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

O que é PageScroll (Re-)Enabler?

PageScroll (Re-)Enabler é uma extensão do Chrome desenvolvida por Koelle, e sua principal característica é "This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PageScroll (Re-)Enabler

Baixe arquivos de extensão PageScroll (Re-)Enabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome PageScroll (Re-)Enabler PageScroll (Re-)Enabler
ID blpjdjlaldebanfhloffjonmhgkimapo
URL Oficial https://chrome.google.com/webstore/detail/pagescroll-re-enabler/blpjdjlaldebanfhloffjonmhgkimapo
Descrição This extension re-enables the possibility to scroll by mouse-wheel on Websites, where this is'nt possible.
Tamanho do Arquivo 17 KB
Contagem de Instalações 27
Versão Atual 1.0.2
Última Atualização 2016-07-08
Data de Publicação 2016-07-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Koelle
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Koelli91/pagescrollreenabler/
Idiomas Suportados 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:\/\/*\/*"
    ]
}