_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) 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |