_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")”。
擴展截圖
下載_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 |
ID | lbbeapbpffjiknofgfdjbkllbmgnnaah |
官方網址 | 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" ] } |