New Tabs at End 3000
Forces new tabs to open at the end of the tab strip.
Cos'è New Tabs at End 3000?
New Tabs at End 3000 è un'estensione di Chrome sviluppata da Sugarbranch, Inc., e la sua funzione principale è "Forces new tabs to open at the end of the tab strip.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tabs at End 3000
Scarica i file di estensione New Tabs at End 3000 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | New Tabs at End 3000 |
ID | bboielpmccpfkhggghgpimeblacofahc |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc |
Descrizione | Forces new tabs to open at the end of the tab strip. |
Dimensione del File | 9.58 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 3.0.0.2 |
Ultimo Aggiornamento | 2022-06-13 |
Data di Pubblicazione | 2021-08-29 |
Valutazione | 4.21/5 Totale 14 Valutazioni |
Sviluppatore | Sugarbranch, Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tsuliwaensis/New-Tabs-at-End-3000 |
Lingue Supportate | 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" } |