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
Eメール [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'"
}