Klim Reader

Kill the noise. Read in peace.

Klim Reader란 무엇입니까?

Klim Reader은(는) https://klim.co.nz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kill the noise. Read in peace."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Klim Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Klim Reader lets you read in peace by stripping the junk from the page. You can choose Klim fonts, change the background and set the font size as you wish. This is reading as it should be.                    

확장 프로그램 기본 정보

이름 Klim Reader Klim Reader
ID ohhhjmgnbneopdlmlhlconocphjmkilf
공식 URL https://chromewebstore.google.com/detail/klim-reader/ohhhjmgnbneopdlmlhlconocphjmkilf
설명 Kill the noise. Read in peace.
파일 크기 4.33 MB
설치 횟수 562
현재 버전 1.1.2
최근 업데이트 2020-11-22
출시 날짜 2019-04-13
평점 4.44/5 총 16 개의 평점
개발자 https://klim.co.nz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://klim.co.nz/
개인정보 보호 정책 페이지 URL https://klim.co.nz/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Klim Reader",
    "description": "Kill the noise. Read in peace.",
    "version": "1.1.2",
    "version_name": "1.1.2",
    "author": "klim.co.nz",
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "templates\/*",
        "fonts\/*",
        "css\/*",
        "app.html",
        "app.js",
        "utils.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}