Purify

Read news articles with minimal distraction and scrolling.

Cos'è Purify?

Purify è un'estensione di Chrome sviluppata da chaowentan, e la sua funzione principale è "Read news articles with minimal distraction and scrolling.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Purify

Scarica i file di estensione Purify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Purify Purify
ID kjiappjpfpaekdfeioanaphpihpojemc
URL Ufficiale https://chromewebstore.google.com/detail/purify/kjiappjpfpaekdfeioanaphpihpojemc
Descrizione Read news articles with minimal distraction and scrolling.
Dimensione del File 6.78 MB
Conteggio Installazioni 2,000
Versione Corrente 0.2
Ultimo Aggiornamento 2013-01-10
Data di Pubblicazione 2013-01-10
Valutazione 3.91/5 Totale 23 Valutazioni
Sviluppatore chaowentan
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/chaowentan/Purify
URL della Pagina di Aiuto https://github.com/chaowentan/Purify
Lingue Supportate 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"
        }
    }
}