Clear Text in Fog

First, blur the entire text. Then, selected parts are clearly displayed.

ما هو Clear Text in Fog؟

Clear Text in Fog هو إضافة Chrome تم تطويرها بواسطة https://nackpan.net، والميزة الرئيسية لها هي "First, blur the entire text. Then, selected parts are clearly displayed.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Clear Text in Fog

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

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

                        First, click the extension icon and a blur button will pop up. Click the blur button to blur the entire text. After that, the selected part will be unblurred and displayed clearly.

This is an extension that is useful for language learners. Intended for use on websites that provide audio and transcripts for language learners. 

This extension does not collect and transmit your personally identifiable information.                    

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

الاسم Clear Text in Fog Clear Text in Fog
ID kbeclijbmkjpkeickobnhlemaegkjlcf
عنوان URL الرسمي https://chromewebstore.google.com/detail/clear-text-in-fog/kbeclijbmkjpkeickobnhlemaegkjlcf
الوصف First, blur the entire text. Then, selected parts are clearly displayed.
حجم الملف 26.94 KB
عدد التثبيتات 22
النسخة الحالية 1.1.1
آخر تحديث 2022-04-29
تاريخ النشر 2022-04-29
المطور https://nackpan.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nackpan.net/blog/en/clear-text-in-fog/
عنوان صفحة سياسة الخصوصية https://nackpan.net/blog/en/clear_text_in_fog-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Text in Fog",
    "description": "First, blur the entire text. Then, selected parts are clearly displayed.",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/blurred_text16.png",
            "32": "\/images\/blurred_text32.png",
            "48": "\/images\/blurred_text48.png",
            "128": "\/images\/blurred_text128.png"
        }
    },
    "icons": {
        "16": "\/images\/blurred_text16.png",
        "32": "\/images\/blurred_text32.png",
        "48": "\/images\/blurred_text48.png",
        "128": "\/images\/blurred_text128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}