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是由Mohamed Ahmed开发的Chrome扩展程序,该扩展的主要功能是“Make text links appear as big as you want. Easier to select when using a touch screen.”。

扩展截图

screenshot

下载Bigger Link Text扩展crx文件

下载Bigger Link Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}