Bigger Link Text

Make text links appear as big as you want. Easier to select when using a touch screen.

ما هو Bigger Link Text؟

Bigger Link Text هو إضافة Chrome تم تطويرها بواسطة Mohamed Ahmed، والميزة الرئيسية لها هي "Make text links appear as big as you want. Easier to select when using a touch screen.".

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

screenshot

تحميل ملف CRX للإضافة Bigger Link Text

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

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

                        Many tablet users run into the problem if clicking small text links on a web page.

This is an extension that increases the size of text links on a web page. Rather than zooming in and making the whole page bigger, making images look pixelated and ruining the page layout, it just increases the size of text links. 


Email about bugs and suggestions to [email protected]                    

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

الاسم Bigger Link Text Bigger Link Text
ID bnnnfipeiohdakehimabifbahcgbinhd
عنوان URL الرسمي https://chromewebstore.google.com/detail/bigger-link-text/bnnnfipeiohdakehimabifbahcgbinhd
الوصف Make text links appear as big as you want. Easier to select when using a touch screen.
حجم الملف 87.79 KB
عدد التثبيتات 135
النسخة الحالية 1.2
آخر تحديث 2023-01-09
تاريخ النشر 2014-06-03
تقييم 5.00/5 مجموع تقييمات 4
المطور Mohamed Ahmed
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bigger Link Text",
    "description": "Make text links appear as big as you want. Easier to select when using a touch screen.",
    "version": "1.2",
    "author": "Mohamed Ahmed - [email protected]",
    "icons": {
        "19": "extension_icon_new_19.png",
        "48": "extension_icon_new_48.png",
        "128": "extension_icon_new_128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "extension_icon_new_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}