Clean Reader - Read without distractions

An essential reading assistant tool that ensures ad free and enjoyable reading experience

Clean Reader - Read without distractions란 무엇입니까?

Clean Reader - Read without distractions은(는) Extension Artisan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An essential reading assistant tool that ensures ad free and enjoyable reading experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Clean Reader - Read without distractions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension ensures the ad free and distraction free reading experience. Users can concentrate on reading without being distracted by annoying ads, popups and banners.

Main features:
- Creates the Ad free, distraction free a clean article or blog post
- Users can configure text such as font family, font size and alignment
- Both Light and dark theme are supported based on the users preference
- Offers text highlighting with different colours
- Clean User interface and Typography
- We are working on bringing some exciting features in upcoming days

Privacy Policy URL: https://extensionartisan.github.io/cr-homepage/privacy-policy.html

#CleanReader #AddFree #Reader #PageReader                    

확장 프로그램 기본 정보

이름 Clean Reader - Read without distractions Clean Reader - Read without distractions
ID cfgmcamlcehdcoegmngjofiafnglhkgo
공식 URL https://chromewebstore.google.com/detail/clean-reader-read-without/cfgmcamlcehdcoegmngjofiafnglhkgo
설명 An essential reading assistant tool that ensures ad free and enjoyable reading experience
파일 크기 93.9 KB
설치 횟수 116
현재 버전 1.0.1
최근 업데이트 2023-09-06
출시 날짜 2023-07-05
평점 4.00/5 총 2 개의 평점
개발자 Extension Artisan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://extensionartisan.github.io/cr-homepage/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clean Reader - Read without distractions",
    "description": "An essential reading assistant tool that ensures ad free and enjoyable reading experience",
    "version": "1.0.1",
    "author": "Extension Artisan",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/article-template.html",
                "\/images\/icons\/ui-icons\/*",
                "\/js\/reader.js",
                "\/vendors\/highlight\/highlight.js",
                "\/vendors\/highlight\/highlight.css",
                "\/vendors\/highlight\/highlight-dracula.css",
                "\/css\/injectable.css",
                "\/images\/icons\/ui-icons\/align-center.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}