Bigger Link Text

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

O que é Bigger Link Text?

Bigger Link Text é uma extensão do Chrome desenvolvida por Mohamed Ahmed, e sua principal característica é "Make text links appear as big as you want. Easier to select when using a touch screen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bigger Link Text

Baixe arquivos de extensão Bigger Link Text no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Bigger Link Text Bigger Link Text
ID bnnnfipeiohdakehimabifbahcgbinhd
URL Oficial https://chromewebstore.google.com/detail/bigger-link-text/bnnnfipeiohdakehimabifbahcgbinhd
Descrição Make text links appear as big as you want. Easier to select when using a touch screen.
Tamanho do Arquivo 87.79 KB
Contagem de Instalações 135
Versão Atual 1.2
Última Atualização 2023-01-09
Data de Publicação 2014-06-03
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Mohamed Ahmed
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}