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
电子邮箱 [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'"
}