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ファイルをダウンロード

Clean Reader - Read without distractions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}