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

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

拡張機能の使用方法

                        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
Eメール [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'"
}