_blank
Put a double purple border around links that will open in a new tab (i.e. have target="_blank")
Co je _blank?
_blank je rozšíření Chrome vyvinuté zellous.design, a jeho hlavní funkcí je „Put a double purple border around links that will open in a new tab (i.e. have target="_blank")“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření _blank
Stáhněte si soubory rozšíření _blank ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | _blank |
ID | lbbeapbpffjiknofgfdjbkllbmgnnaah |
Oficiální URL | https://chromewebstore.google.com/detail/blank/lbbeapbpffjiknofgfdjbkllbmgnnaah |
Popis | Put a double purple border around links that will open in a new tab (i.e. have target="_blank") |
Velikost souboru | 55.06 KB |
Počet instalací | 145 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2016-07-15 |
Datum Vydání | 2016-07-15 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | zellous.design |
Typ Platby | free |
Podporované Jazyky | 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" ] } |