noScroll
tracking your bad scrolling habits
O que é noScroll?
noScroll é uma extensão do Chrome desenvolvida por pierre depaz, e sua principal característica é "tracking your bad scrolling habits".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão noScroll
Baixe arquivos de extensão noScroll 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
                        noScroll is an extension dedicated to make you notice your ubiquitous scrolling and its implications in content consumption. the more you scroll on a social network, the less things start to feel relevant / different from each other. words and images become interchangeable.
supported websites are:
facebook
twitter
instagram
noscroll is an opt-out plugin.                     Informações Básicas da Extensão
| Nome |   |  
| ID | phjbpbibhgfcinkkmfghfdhnipnambfm | 
| URL Oficial | https://chromewebstore.google.com/detail/noscroll/phjbpbibhgfcinkkmfghfdhnipnambfm | 
| Descrição | tracking your bad scrolling habits | 
| Tamanho do Arquivo | 16.84 KB | 
| Contagem de Instalações | 10 | 
| Versão Atual | 0.1 | 
| Última Atualização | 2016-02-08 | 
| Data de Publicação | 2016-02-07 | 
| Classificação | 5.00/5 Total de 1 Avaliações | 
| Desenvolvedor | pierre depaz | 
| Tipo de Pagamento | free | 
| Site da Extensão | http://pierredepaz.net/projects/project_noscroll.html | 
| Idiomas Suportados | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "noScroll",
    "description": "tracking your bad scrolling habits",
    "version": "0.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "hey look at me"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "yeah"
    }
}  |  |