New Tabs at End 3000
Forces new tabs to open at the end of the tab strip.
¿Qué es New Tabs at End 3000?
New Tabs at End 3000 es una extensión de Chrome desarrollada por Sugarbranch, Inc., y su función principal es "Forces new tabs to open at the end of the tab strip.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Tabs at End 3000
Descarga archivos de extensión New Tabs at End 3000 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
The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly
Información Básica de la Extensión
Nombre | New Tabs at End 3000 |
ID | bboielpmccpfkhggghgpimeblacofahc |
URL Oficial | https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc |
Descripción | Forces new tabs to open at the end of the tab strip. |
Tamaño del Archivo | 9.58 KB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 3.0.0.2 |
Última Actualización | 2022-06-13 |
Fecha de Publicación | 2021-08-29 |
Calificación | 4.21/5 Total de 14 Calificaciones |
Desarrollador | Sugarbranch, Inc. |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/tsuliwaensis/New-Tabs-at-End-3000 |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "Forces new tabs to open at the end of the tab strip.", "icons": { "128": "skin\/icon-128.png", "16": "skin\/icon-16.png", "48": "skin\/icon-48.png" }, "manifest_version": 3, "name": "New Tabs at End 3000", "version": "3.0.0.2" } |