Open link in same tab, pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
¿Qué es Open link in same tab, pop-up as tab?
Open link in same tab, pop-up as tab es una extensión de Chrome desarrollada por werty1st, y su función principal es "Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open link in same tab, pop-up as tab
Descarga archivos de extensión Open link in same tab, pop-up as 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
Converts popups to tabs
Información Básica de la Extensión
Nombre | Open link in same tab, pop-up as tab |
ID | jbhbalpncehdfjnfcmmimecdhalmjjem |
URL Oficial | https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem |
Descripción | Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab. |
Tamaño del Archivo | 451 KB |
Cantidad de Instalaciones | 31,039 |
Versión Actual | 3.1.2 |
Última Actualización | 2020-05-07 |
Fecha de Publicación | 2020-05-07 |
Calificación | 4.17/5 Total de 12 Calificaciones |
Desarrollador | werty1st |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/werty1st/popup2tab/blob/master/readme.md |
URL de la Página de Ayuda | https://github.com/werty1st/popup2tab/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in same tab, pop-up as tab", "short_name": "popup2tab", "description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.", "version": "3.1.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "256": "images\/icon256.png", "128": "images\/icon128.png", "96": "images\/icon96.png", "48": "images\/icon48.png" }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "style\/*" ], "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html", "default_title": "Open link in same tab, pop-up as tab [Free]" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false } } |