_blank
Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
Cos'è _blank?
_blank è un'estensione di Chrome sviluppata da zellous.design, e la sua funzione principale è "Put a double purple border around links that will open in a new tab (i.e. have target="_blank")".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione _blank
Scarica i file di estensione _blank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | lbbeapbpffjiknofgfdjbkllbmgnnaah |
| URL Ufficiale | https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah |
| Descrizione | Put a double purple border around links that will open in a new tab (i.e. have target="_blank") |
| Dimensione del File | 55.06 KB |
| Conteggio Installazioni | 145 |
| Versione Corrente | 1.2.1 |
| Ultimo Aggiornamento | 2016-07-15 |
| Data di Pubblicazione | 2016-07-15 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | zellous.design |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |