Klim Reader

Kill the noise. Read in peace.

Klim Reader là gì?

Klim Reader là một tiện ích mở rộng Chrome được phát triển bởi https://klim.co.nz, và tính năng chính của nó là "Kill the noise. Read in peace.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Klim Reader

Tải xuống các tệp mở rộng Klim Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Klim Reader Klim Reader
ID ohhhjmgnbneopdlmlhlconocphjmkilf
URL Chính Thức https://chromewebstore.google.com/detail/klim-reader/ohhhjmgnbneopdlmlhlconocphjmkilf
Mô tả Kill the noise. Read in peace.
Kích Thước Tệp 4.33 MB
Số Lần Cài Đặt 562
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2020-11-22
Ngày Phát Hành 2019-04-13
Đánh Giá 4.44/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://klim.co.nz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://klim.co.nz/
URL Trang Chính Sách Bảo Mật https://klim.co.nz/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}