Tab Shuffler
Randomize the tab order in your browser window.
¿Qué es Tab Shuffler?
Tab Shuffler es una extensión de Chrome desarrollada por porkbun, y su función principal es "Randomize the tab order in your browser window.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tab Shuffler
Descarga archivos de extensión Tab Shuffler 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
Useful for making decisions (what to buy, what to watch, etc.) Note: The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon.
Información Básica de la Extensión
Nombre | Tab Shuffler |
ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
URL Oficial | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
Descripción | Randomize the tab order in your browser window. |
Tamaño del Archivo | 13.56 KB |
Cantidad de Instalaciones | 571 |
Versión Actual | 0.1.1 |
Última Actualización | 2022-09-29 |
Fecha de Publicación | 2022-09-28 |
Calificación | 4.67/5 Total de 6 Calificaciones |
Desarrollador | porkbun |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Shuffler", "description": "Randomize the tab order in your browser window.", "version": "0.1.1", "manifest_version": 3, "action": { "default_title": "Randomize the order of the tabs in this window. Right-click to undo.", "default_icon": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" } }, "icons": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js" } } |