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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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'"
}