Sleek Read

A better, smarter and more readable web.

Что такое Sleek Read?

Sleek Read - это расширение Chrome, разработанное www.sabareesh.me, и его основная функция - "A better, smarter and more readable web.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sleek Read

Скачайте файлы расширений Sleek Read в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Sleek Read Sleek Read
ID efmgolalflokdnahjpabdjgkpgcmpbch
Официальный URL https://chromewebstore.google.com/detail/sleek-read/efmgolalflokdnahjpabdjgkpgcmpbch
Описание A better, smarter and more readable web.
Размер файла 1.05 MB
Количество установок 293
Текущая Версия 1.3
Последнее Обновление 2017-04-03
Дата публикации 2017-04-03
Рейтинг 3.00/5 Всего 5 оценок
Разработчик www.sabareesh.me
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}