Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
O que é Open link in this tab?
Open link in this tab é uma extensão do Chrome desenvolvida por https://wis.am, e sua principal característica é "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Open link in this tab
Baixe arquivos de extensão Open link in this tab 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
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
Informações Básicas da Extensão
Nome | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
URL Oficial | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Descrição | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Tamanho do Arquivo | 11.94 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.0 |
Última Atualização | 2021-08-24 |
Data de Publicação | 2021-08-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://wis.am |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://wis.am/browser-extensions/open-link-in-this-tab |
URL da Página de Ajuda | https://wis.am/browser-extensions/open-link-in-this-tab |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |