Fix Chrome Underlining

This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…

ما هو Fix Chrome Underlining؟

Fix Chrome Underlining هو إضافة Chrome تم تطويرها بواسطة https://r1ch.net، والميزة الرئيسية لها هي "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".

تحميل ملف CRX للإضافة Fix Chrome Underlining

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

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

                        This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none).

It requires permission for all websites to inject the CSS. The extension will never be sold or modified beyond this release.                    

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

الاسم Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
الوصف This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
حجم الملف 5.97 KB
عدد التثبيتات 110
النسخة الحالية 1.0
آخر تحديث 2018-02-08
تاريخ النشر 2018-02-08
تقييم 4.33/5 مجموع تقييمات 6
المطور https://r1ch.net
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Chrome Underlining",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}