Purify

Read news articles with minimal distraction and scrolling.

Apa itu Purify?

Purify adalah ekstensi Chrome yang dikembangkan oleh chaowentan, dan fitur utamanya adalah "Read news articles with minimal distraction and scrolling.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Purify

Unduh file ekstensi Purify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Purify Purify
ID kjiappjpfpaekdfeioanaphpihpojemc
URL Resmi https://chromewebstore.google.com/detail/purify/kjiappjpfpaekdfeioanaphpihpojemc
Deskripsi Read news articles with minimal distraction and scrolling.
Ukuran File 6.78 MB
Jumlah Instalasi 2,000
Versi Saat Ini 0.2
Terakhir Diperbarui 2013-01-10
Tanggal Publikasi 2013-01-10
Penilaian 3.91/5 Total 23 Penilaian
Pengembang chaowentan
Tipe Pembayaran free
Situs Ekstensi https://github.com/chaowentan/Purify
URL Halaman Bantuan https://github.com/chaowentan/Purify
Bahasa yang Didukung 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"
        }
    }
}