Cleartext

Reading help, anywhere on the net

ما هو Cleartext؟

Cleartext هو إضافة Chrome تم تطويرها بواسطة https://cleartext.io، والميزة الرئيسية لها هي "Reading help, anywhere on the net".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cleartext

قم بتنزيل ملفات الامتداد Cleartext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Cleartext makes websites easier and faster to read by rewriting difficult sentences. Just visit a web page, click on the Cleartext logo in the bottom right corner, and experience reading joy.

Cleartext's aim is
- To promote reading joy
- To empower all readers
- To motivate to read more

How do I get Cleartext?

Just install by clicking 'Add to Chrome'. Cleartext is now available for you across the web.                    

معلومات أساسية عن التمديد

الاسم Cleartext Cleartext
ID dniofbefcoeanhmldcphlmkcmgningim
عنوان URL الرسمي https://chromewebstore.google.com/detail/cleartext/dniofbefcoeanhmldcphlmkcmgningim
الوصف Reading help, anywhere on the net
حجم الملف 1.15 MB
عدد التثبيتات 327
النسخة الحالية 1.9.10
آخر تحديث 2023-02-27
تاريخ النشر 2020-10-06
تقييم 5.00/5 مجموع تقييمات 3
المطور https://cleartext.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cleartext.io
عنوان صفحة المساعدة https://cleartext.io
عنوان صفحة سياسة الخصوصية https://cleartext.io/privacy.html
اللغات المدعومة en,da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cleartext",
    "description": "__MSG_description__",
    "version": "1.9.10",
    "default_locale": "en",
    "icons": {
        "16": "webplugin-resources\/img\/color-round-16.png",
        "48": "webplugin-resources\/img\/color-round-48.png",
        "128": "webplugin-resources\/img\/color-round-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "webplugin-resources\/img\/color-round-128.png",
        "default_title": "Launch Cleartext",
        "default_popup": "pages\/main_menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/my.heroapp.ai\/**\/*",
                "http:\/\/localhost:8000\/**\/*"
            ],
            "css": [
                "css\/cleartext-site-inject.min.css"
            ],
            "js": [
                "js\/cleartext-webplugin-bundle.min.js",
                "js\/cleartext-extension-bundle.min.js"
            ],
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.heroapp.ai\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com 'unsafe-inline'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "webplugin-resources\/**\/*",
                "pages\/*",
                "config.js",
                "scripts\/*",
                "css\/*",
                "webplugin-resources\/fonts\/*.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "run-cleartext": {
            "suggested_key": "Ctrl+Shift+H",
            "description": "Run Cleartext",
            "action": []
        }
    }
}