One Tab Only
This extension makes sure there will be only one tab open for the specified/configured domain URL.
¿Qué es One Tab Only?
One Tab Only es una extensión de Chrome desarrollada por tamas.janky, y su función principal es "This extension makes sure there will be only one tab open for the specified/configured domain URL.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión One Tab Only
Descarga archivos de extensión One Tab Only 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
If change happens on any tab URL, the extension will check if the domain of new URL is matching with the defined and configured domain URL pattern.In case if there is a match all the tabs will be checked for configured domain URL, and if any tab found with the same domain the new URL will be opened in the already existing tab and the tab sourcing the URL will be closed. You can configure the domain URL from the extension options link on the extension details page. The extension is also sending notification if a match happen what can be switched off on the options screen.
Información Básica de la Extensión
Nombre | One Tab Only |
ID | cdkbmeoilbjdnbaonjnenjdafkgaeabo |
URL Oficial | https://chromewebstore.google.com/detail/one-tab-only/cdkbmeoilbjdnbaonjnenjdafkgaeabo |
Descripción | This extension makes sure there will be only one tab open for the specified/configured domain URL. |
Tamaño del Archivo | 18.85 KB |
Cantidad de Instalaciones | 1,670 |
Versión Actual | 0.0.2 |
Última Actualización | 2022-12-11 |
Fecha de Publicación | 2015-10-22 |
Calificación | 4.33/5 Total de 3 Calificaciones |
Desarrollador | tamas.janky |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "daemon.js" }, "description": "This extension makes sure there will be only one tab open for the specified\/configured domain URL.", "manifest_version": 3, "name": "One Tab Only", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options_page.html", "permissions": [ "tabs", "storage", "notifications", "webRequest" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.0.2" } |