Basic Font Readability

Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.

ما هو Basic Font Readability؟

Basic Font Readability هو إضافة Chrome تم تطويرها بواسطة https://emdixonroche.com، والميزة الرئيسية لها هي "Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.".

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

screenshot

تحميل ملف CRX للإضافة Basic Font Readability

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

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

                        Are you ever on website with really small text in a really hard to read font? 
But you can zoom in so no problem right? 
But.. now you've zoomed in you can see the menu or the general website layout BECAUSE you zoomed in?

With this extension you don't have to lose the layout of the website AND you can make it all an easy to read font. 

Make all text:
1. Bigger OR Smaller
2. Sans Serif or Serif (basically Arial vs Times New Roman).                    

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

الاسم Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
الوصف Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
حجم الملف 162 KB
عدد التثبيتات 28
النسخة الحالية 0.4
آخر تحديث 2020-03-20
تاريخ النشر 2020-03-18
تقييم 4.00/5 مجموع تقييمات 4
المطور https://emdixonroche.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic Font Readability",
    "version": "0.4",
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "description": "Make text on any website bigger\/smaller or sans-serif\/serif without changing the website's layout.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}