rel nofollow
Put a dotted red border around nofollow links
O que é rel nofollow?
rel nofollow é uma extensão do Chrome desenvolvida por zellous.design, e sua principal característica é "Put a dotted red border around nofollow links".
Baixar o arquivo CRX da Extensão rel nofollow
Baixe arquivos de extensão rel nofollow 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
Put a dotted red outline around rel="nofollow" links. Click the icon to turn off the extension.
Informações Básicas da Extensão
Nome | |
ID | mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
URL Oficial | https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Descrição | Put a dotted red border around nofollow links |
Tamanho do Arquivo | 54.78 KB |
Contagem de Instalações | 191 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-07-15 |
Data de Publicação | 2016-07-15 |
Desenvolvedor | zellous.design |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rel nofollow", "description": "Put a dotted red border around nofollow links", "version": "1.0.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |