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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}