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.
¿Qué es Open link in this tab?
Open link in this tab es una extensión de Chrome desarrollada por https://wis.am, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open link in this tab
Descarga archivos de extensión Open link in this tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
URL Oficial | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Descripción | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Tamaño del Archivo | 11.94 KB |
Cantidad de Instalaciones | 83 |
Versión Actual | 1.0 |
Última Actualización | 2021-08-24 |
Fecha de Publicación | 2021-08-24 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://wis.am |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://wis.am/browser-extensions/open-link-in-this-tab |
URL de la Página de Ayuda | https://wis.am/browser-extensions/open-link-in-this-tab |
Idiomas Soportados | 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" } } |