Sleek Read

A better, smarter and more readable web.

What is Sleek Read?

Sleek Read is a Chrome extension developed by www.sabareesh.me, and its main feature is "A better, smarter and more readable web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sleek Read Extension CRX File

Download Sleek Read 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

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

Extension Basic Information

Name Sleek Read Sleek Read
ID efmgolalflokdnahjpabdjgkpgcmpbch
Official URL https://chromewebstore.google.com/detail/sleek-read/efmgolalflokdnahjpabdjgkpgcmpbch
Description A better, smarter and more readable web.
File Size 1.05 MB
Installation Count 293
Current Version 1.3
Last Updated 2017-04-03
Publish Date 2017-04-03
Rating 3.00/5 Total 5 Ratings
Developer www.sabareesh.me
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}