_blank

Put a double purple border around links that will open in a new tab (i.e. have target="_blank")

O que é _blank?

_blank é uma extensão do Chrome desenvolvida por zellous.design, e sua principal característica é "Put a double purple border around links that will open in a new tab (i.e. have target="_blank")".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão _blank

Baixe arquivos de extensão _blank 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

                        This extension will put a double purple border around all links that will open in a new tab (i.e. links with target="_blank").

There are two main purposes for this extension:
1. If you build or manage websites, this is a great way to check that _blank is or is not being used on various links.
2. Sometimes _blank links are hiding amongst normal links. With the _blank extension you'll have a heads up before clicking a link that will pop open a new tab/window.

Feel free to fork/contribute: https://github.com/bzle/_blank
------------------------

This is designed to be a compliment to igorware.com's NoFollow extension, which puts a red dotted outline around nofollow links. (https://chrome.google.com/webstore/detail/nofollow/dfogidghaigoomjdeacndafapdijmiid)                    

Informações Básicas da Extensão

Nome _blank _blank
ID lbbeapbpffjiknofgfdjbkllbmgnnaah
URL Oficial https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah
Descrição Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
Tamanho do Arquivo 55.06 KB
Contagem de Instalações 145
Versão Atual 1.2.1
Última Atualização 2016-07-15
Data de Publicação 2016-07-15
Classificação 4.50/5 Total de 2 Avaliações
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": "_blank",
    "description": "Put a double purple border around links that will open in a new tab (i.e. have target=\"_blank\")",
    "version": "1.2.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}