Page Scroller

Adds Scroll function to your mouse.

O que é Page Scroller?

Page Scroller é uma extensão do Chrome desenvolvida por hiatamaworkshop, e sua principal característica é "Adds Scroll function to your mouse.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Page Scroller

Baixe arquivos de extensão Page Scroller 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

                        - Holding left click button and touching the left end of the screen will scroll back to the top of the page. 

- Holding left click button and touching the right end of the screen will cancel the previous scroll.                    

Informações Básicas da Extensão

Nome Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
URL Oficial https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
Descrição Adds Scroll function to your mouse.
Tamanho do Arquivo 8.28 KB
Contagem de Instalações 93
Versão Atual 0.1.1
Última Atualização 2017-01-11
Data de Publicação 2017-01-11
Desenvolvedor hiatamaworkshop
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Scroller",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds Scroll function to your mouse.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "scroller.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}