_blank

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

_blank là gì?

_blank là một tiện ích mở rộng Chrome được phát triển bởi zellous.design, và tính năng chính của nó là "Put a double purple border around links that will open in a new tab (i.e. have target="_blank")".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng _blank

Tải xuống các tệp mở rộng _blank dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên _blank _blank
ID lbbeapbpffjiknofgfdjbkllbmgnnaah
URL Chính Thức https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah
Mô tả Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
Kích Thước Tệp 55.06 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2016-07-15
Ngày Phát Hành 2016-07-15
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển zellous.design
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}