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
官方網址 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'"
}