Sleek Read

A better, smarter and more readable web.

Sleek Read란 무엇입니까?

Sleek Read은(는) www.sabareesh.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better, smarter and more readable web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sleek Read 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}