_blank

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

什么是_blank?

_blank是由zellous.design开发的Chrome扩展程序,该扩展的主要功能是“Put a double purple border around links that will open in a new tab (i.e. have target="_blank")”。

扩展截图

screenshot

下载_blank扩展crx文件

下载_blank扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 _blank _blank
ID lbbeapbpffjiknofgfdjbkllbmgnnaah
官方URL https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah
简介 Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
文件大小 55.06 KB
安装次数 145
当前版本 1.2.1
更新时间 2016-07-15
上架时间 2016-07-15
评分 4.50/5 共2次评分
开发者 zellous.design
付费类型 free
支持的语言 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"
    ]
}