_blank
Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
Co to jest _blank?
_blank to rozszerzenie Chrome opracowane przez zellous.design, a jego główną funkcją jest „Put a double purple border around links that will open in a new tab (i.e. have target="_blank")”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia _blank
Pobierz pliki rozszerzeń _blank w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lbbeapbpffjiknofgfdjbkllbmgnnaah |
| Oficjalny URL | https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah |
| Opis | Put a double purple border around links that will open in a new tab (i.e. have target="_blank") |
| Rozmiar pliku | 55.06 KB |
| Liczba instalacji | 145 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2016-07-15 |
| Data Publikacji | 2016-07-15 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | zellous.design |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |