No Link Underline
Removes unsightly underlines from html links.
O que é No Link Underline?
No Link Underline é uma extensão do Chrome desenvolvida por Nicros, e sua principal característica é "Removes unsightly underlines from html links.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão No Link Underline
Baixe arquivos de extensão No Link Underline 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
Google Chrome, while an absolutely great browser, does not at this time provide a setting to allow you to remove underlines from links. The No Link Underline plugin will remove these links, and clean up your pages. Changes: v1.42 Updated to work with new versions of chrome v1.41 Modified extension to use jQuery to surgically remove underlines v1.3 Fixed links that are still underlined in Facebook messages
Informações Básicas da Extensão
Nome | No Link Underline |
ID | knfpmclhohfhanmiilcahnlcndejlldk |
URL Oficial | https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk |
Descrição | Removes unsightly underlines from html links. |
Tamanho do Arquivo | 296 KB |
Contagem de Instalações | 2,002 |
Versão Atual | 1.42 |
Última Atualização | 2014-03-06 |
Data de Publicação | 2014-03-05 |
Classificação | 3.88/5 Total de 16 Avaliações |
Desenvolvedor | Nicros |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "name": "No Link Underline", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.42", "manifest_version": 2, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/", "https:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.8.3.js", "nulchecker.js" ], "css": [ "underlineUpdate.css" ] } ], "description": "Removes unsightly underlines from html links. ", "icons": { "128": "NoUnderLineLinks128.png", "16": "NoUnderLineLinks16.png", "48": "NoUnderLineLinks48.png" } } |