Bigger Link Text

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

Bigger Link Text là gì?

Bigger Link Text là một tiện ích mở rộng Chrome được phát triển bởi Mohamed Ahmed, và tính năng chính của nó là "Make text links appear as big as you want. Easier to select when using a touch screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bigger Link Text

Tải xuống các tệp mở rộng Bigger Link Text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bigger Link Text Bigger Link Text
ID bnnnfipeiohdakehimabifbahcgbinhd
URL Chính Thức https://chromewebstore.google.com/detail/bigger-link-text/bnnnfipeiohdakehimabifbahcgbinhd
Mô tả Make text links appear as big as you want. Easier to select when using a touch screen.
Kích Thước Tệp 87.79 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-01-09
Ngày Phát Hành 2014-06-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Mohamed Ahmed
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}