Fine Link Selector

Make it easy to select a part of link texts

O que é Fine Link Selector?

Fine Link Selector é uma extensão do Chrome desenvolvida por mkhr, e sua principal característica é "Make it easy to select a part of link texts".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fine Link Selector

Baixe arquivos de extensão Fine Link Selector 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

                        While holding down [Ctrl] + [Alt], you can select a part of a link text in the same way as a plain text.
You can change the combination of modifier keys at the options page.                    

Informações Básicas da Extensão

Nome Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
URL Oficial https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
Descrição Make it easy to select a part of link texts
Tamanho do Arquivo 20.34 KB
Contagem de Instalações 2,104
Versão Atual 0.1.5
Última Atualização 2013-02-06
Data de Publicação 2013-02-06
Classificação 4.90/5 Total de 20 Avaliações
Desenvolvedor mkhr
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fine Link Selector",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "css": [
                "css\/cs.css"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}