Tabbie Updated
The missing tab manager for Chrome, updated for the latest Chrome version.
¿Qué es Tabbie Updated?
Tabbie Updated es una extensión de Chrome desarrollada por Jacob "kurtextrem" Groß, y su función principal es "The missing tab manager for Chrome, updated for the latest Chrome version.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tabbie Updated
Descarga archivos de extensión Tabbie Updated 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
This is the updated Tabbie for the latest Chrome. The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use. All credits go to the original. Updated Code is here: https://github.com/kurtextrem/tabbie. Now with Manifest v3 support. New features: - Shows amount of tabs per group - No analytics (better privacy) - Storage bug fixed (you can store almost unlimited amounts of tabs now). - Added import/export function (you need to manually export/import as this version doesn't automatically sync across your PCs) - Added rename feature and you can add tabs to tab groups now - Automatically scrolls to the end of the list - Nicer scrollbar
Información Básica de la Extensión
Nombre | Tabbie Updated |
ID | eiigehbpamofgandbmmokoahhkhbmbld |
URL Oficial | https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld |
Descripción | The missing tab manager for Chrome, updated for the latest Chrome version. |
Tamaño del Archivo | 89.35 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 1.1.1 |
Última Actualización | 2023-12-03 |
Fecha de Publicación | 2018-12-07 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Jacob "kurtextrem" Groß |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kurtextrem/tabbie |
URL de la Página de Ayuda | https://github.com/kurtextrem/tabbie/issues |
URL de la Página de Política de Privacidad | https://www.kurtextrem.de/chrome/PRIVACY.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabbie Updated", "short_name": "Tabbie", "description": "The missing tab manager for Chrome, updated for the latest Chrome version.", "version": "1.1.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |