Sleek Read

A better, smarter and more readable web.

Cos'è Sleek Read?

Sleek Read è un'estensione di Chrome sviluppata da www.sabareesh.me, e la sua funzione principale è "A better, smarter and more readable web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sleek Read

Scarica i file di estensione Sleek Read 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

                        Sleek reader enables a compact and clean look to the articles on the web to improve the reading experience.                    

Informazioni di Base sull'Estensione

Nome Sleek Read Sleek Read
ID efmgolalflokdnahjpabdjgkpgcmpbch
URL Ufficiale https://chromewebstore.google.com/detail/sleek-read/efmgolalflokdnahjpabdjgkpgcmpbch
Descrizione A better, smarter and more readable web.
Dimensione del File 1.05 MB
Conteggio Installazioni 293
Versione Corrente 1.3
Ultimo Aggiornamento 2017-04-03
Data di Pubblicazione 2017-04-03
Valutazione 3.00/5 Totale 5 Valutazioni
Sviluppatore www.sabareesh.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleek Read",
    "description": "A better, smarter and more readable web.",
    "version": "1.3",
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Toggle sleek mode."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "sleek.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sleek.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}