Tabs Mania
Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.
¿Qué es Tabs Mania?
Tabs Mania es una extensión de Chrome desarrollada por David Dias, y su función principal es "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tabs Mania
Descarga archivos de extensión Tabs Mania 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
Quickly reorder, move, merge and close tabs and windows with a customizable chrome extension. Simplify your daily workflow and speed up your productivity with the best Tab Management tool for Chrome. ★ What is Tabs Mania? A simple and highly customizable Google Extension which helps you to automate simple tasks when dealing with tabs. You can customize entirely Tabs Mania showing and hiding some features in the settings. More options are coming for the next releases! ★ Functionalities: ➤ Sort tabs by title ➤ Sort tabs by url ➤ Sort tabs by domain ➤ Move the current tab to a new window ➤ Merge all Chrome windows ➤ Close all tabs that are playing sounds
Información Básica de la Extensión
Nombre | Tabs Mania |
ID | kpehljmacelghfpbkoajiigcaijjdogf |
URL Oficial | https://chromewebstore.google.com/detail/tabs-mania/kpehljmacelghfpbkoajiigcaijjdogf |
Descripción | Move, reorder, cleanup and easily manage your tabs in a easily customizable tool. |
Tamaño del Archivo | 116 KB |
Cantidad de Instalaciones | 58 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-02-14 |
Fecha de Publicación | 2021-02-05 |
Desarrollador | David Dias |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/thedaviddias/tabs-mania |
URL de la Página de Política de Privacidad | https://github.com/thedaviddias/privacy-policy/blob/main/chrome-extensions.md |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.", "version": "1.0.1", "name": "Tabs Mania", "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-192.png" }, "icons": { "192": "icon-192.png" }, "web_accessible_resources": [ "content.styles.css", "icon-192.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |