target="_blank"-toggler
Toggle target="_blank" on key-press
O que é target="_blank"-toggler?
target="_blank"-toggler é uma extensão do Chrome desenvolvida por augnustin, e sua principal característica é "Toggle target="_blank" on key-press".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão target="_blank"-toggler
Baixe arquivos de extensão target="_blank"-toggler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This is a pain not to being aware whether clicking on a link will open a new tab or not. To avoid this issue, this extension brings a different cursor on new tab link openers. Besides it is possible to switch between opening new tab or not by pressing the `Ctrl`/`Cmd` + `Shift` keys. More details on the complete blog post: https://augustin-riedinger.fr/en/resources/thoughts-on-target-blank And source code is here: https://github.com/augnustin/target_blank-toggler
Informações Básicas da Extensão
Nome | target="_blank"-toggler |
ID | emjjmkkcdllendgbldliiphlbpnomnjk |
URL Oficial | https://chromewebstore.google.com/detail/targetblank-toggler/emjjmkkcdllendgbldliiphlbpnomnjk |
Descrição | Toggle target="_blank" on key-press |
Tamanho do Arquivo | 255 KB |
Contagem de Instalações | 283 |
Versão Atual | 0.1.0 |
Última Atualização | 2017-11-14 |
Data de Publicação | 2017-11-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | augnustin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/augnustin/target_blank-toggler |
URL da Página de Ajuda | https://github.com/augnustin/target_blank-toggler/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "target=\"_blank\"-toggler", "version": "0.1.0", "manifest_version": 2, "description": "Toggle target=\"_blank\" on key-press", "homepage_url": "https:\/\/augustin-riedinger.fr\/en\/resources\/thoughts-on-target-blank", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "src\/style.css", "images\/cursor.png", "images\/cursor-ext.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/style.css" ], "js": [ "src\/toggler.js" ] } ] } |