Klim Reader

Kill the noise. Read in peace.

Klim Readerคืออะไร?

Klim Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://klim.co.nz และคุณลักษณะหลักของมันคือ "Kill the noise. Read in peace."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Klim Reader

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}