_blank
Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
Qu'est-ce que _blank ?
_blank est une extension Chrome développée par zellous.design, et sa fonction principale est "Put a double purple border around links that will open in a new tab (i.e. have target="_blank")".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension _blank
Téléchargez les fichiers d'extension _blank au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | _blank |
ID | lbbeapbpffjiknofgfdjbkllbmgnnaah |
URL Officiel | https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah |
Description | Put a double purple border around links that will open in a new tab (i.e. have target="_blank") |
Taille du Fichier | 55.06 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2016-07-15 |
Date de Publication | 2016-07-15 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | zellous.design |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |