Purify

Read news articles with minimal distraction and scrolling.

What is Purify?

Purify is a Chrome extension developed by chaowentan, and its main feature is "Read news articles with minimal distraction and scrolling.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Purify Extension CRX File

Download Purify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Purify Purify
ID kjiappjpfpaekdfeioanaphpihpojemc
Official URL https://chromewebstore.google.com/detail/purify/kjiappjpfpaekdfeioanaphpihpojemc
Description Read news articles with minimal distraction and scrolling.
File Size 6.78 MB
Installation Count 2,000
Current Version 0.2
Last Updated 2013-01-10
Publish Date 2013-01-10
Rating 3.91/5 Total 23 Ratings
Developer chaowentan
Payment Type free
Extension Website https://github.com/chaowentan/Purify
Help Page URL https://github.com/chaowentan/Purify
Supported Languages 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"
        }
    }
}