Sleek Read

A better, smarter and more readable web.

Co to jest Sleek Read?

Sleek Read to rozszerzenie Chrome opracowane przez www.sabareesh.me, a jego główną funkcją jest „A better, smarter and more readable web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sleek Read

Pobierz pliki rozszerzeń Sleek Read w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sleek Read Sleek Read
ID efmgolalflokdnahjpabdjgkpgcmpbch
Oficjalny URL https://chromewebstore.google.com/detail/sleek-read/efmgolalflokdnahjpabdjgkpgcmpbch
Opis A better, smarter and more readable web.
Rozmiar pliku 1.05 MB
Liczba instalacji 293
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-04-03
Data Publikacji 2017-04-03
Ocena 3.00/5 Łącznie 5 Oceny
Deweloper www.sabareesh.me
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}