Purify

Read news articles with minimal distraction and scrolling.

Co je Purify?

Purify je rozšíření Chrome vyvinuté chaowentan, a jeho hlavní funkcí je „Read news articles with minimal distraction and scrolling.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Purify

Stáhněte si soubory rozšíření Purify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Purify Purify
ID kjiappjpfpaekdfeioanaphpihpojemc
Oficiální URL https://chromewebstore.google.com/detail/purify/kjiappjpfpaekdfeioanaphpihpojemc
Popis Read news articles with minimal distraction and scrolling.
Velikost souboru 6.78 MB
Počet instalací 2,000
Aktuální Verze 0.2
Poslední Aktualizace 2013-01-10
Datum Vydání 2013-01-10
Hodnocení 3.91/5 Celkem 23 Hodnocení
Vývojář chaowentan
Typ Platby free
Webové stránky Rozšíření https://github.com/chaowentan/Purify
URL Stránky Nápovědy https://github.com/chaowentan/Purify
Podporované Jazyky 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"
        }
    }
}