_blank
Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
Wat is _blank?
_blank is een Chrome-extensie ontwikkeld door zellous.design, en de belangrijkste functie is "Put a double purple border around links that will open in a new tab (i.e. have target="_blank")".
Extensie Screenshots
Download het CRX-bestand van de extensie _blank
Download _blank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | lbbeapbpffjiknofgfdjbkllbmgnnaah |
| Officiële URL | https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah |
| Beschrijving | Put a double purple border around links that will open in a new tab (i.e. have target="_blank") |
| Bestandsgrootte | 55.06 KB |
| Aantal Installaties | 145 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2016-07-15 |
| Publicatiedatum | 2016-07-15 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | zellous.design |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |