Purify

Read news articles with minimal distraction and scrolling.

O que é Purify?

Purify é uma extensão do Chrome desenvolvida por chaowentan, e sua principal característica é "Read news articles with minimal distraction and scrolling.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Purify

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

                        Whenever you find an interesting news article, try using Purify to convert it into a minimalistic view that

- Only displays the content of the article & hides all the distractions, and

- Utilizes all the available screen space to minimize scrolling.                    

Informações Básicas da Extensão

Nome Purify Purify
ID kjiappjpfpaekdfeioanaphpihpojemc
URL Oficial https://chromewebstore.google.com/detail/purify/kjiappjpfpaekdfeioanaphpihpojemc
Descrição Read news articles with minimal distraction and scrolling.
Tamanho do Arquivo 6.78 MB
Contagem de Instalações 2,000
Versão Atual 0.2
Última Atualização 2013-01-10
Data de Publicação 2013-01-10
Classificação 3.91/5 Total de 23 Avaliações
Desenvolvedor chaowentan
Tipo de Pagamento free
Site da Extensão https://github.com/chaowentan/Purify
URL da Página de Ajuda https://github.com/chaowentan/Purify
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Purify",
    "description": "Read news articles with minimal distraction and scrolling.",
    "version": "0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/Util.js",
                "js\/ArticleParser.js",
                "js\/ArticleView.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/style.css",
        "img\/*.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Purify",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    }
}