Close Extra New Tabs
A Chrome extension to keep only one new open at all times, closing extra ones.
Cos'è Close Extra New Tabs?
Close Extra New Tabs è un'estensione di Chrome sviluppata da Gavin Borg, e la sua funzione principale è "A Chrome extension to keep only one new open at all times, closing extra ones.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close Extra New Tabs
Scarica i file di estensione Close Extra New Tabs 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
This extension will close extra New Tab pages that are open whenever you open or close another tab. It will ignore the currently focused tab. ------------------------ Icons by Linh Pham Thi Dieu http://linhpham.me/ Project released open-source, Github project available: https://github.com/theborg3of5/CloseExtraNewTabs ------------------------ Please note that this was made for personal use, so replies and fixes may be delayed. ------------------------ Changelog: 1.0: Initial Release - split functionality off from "Keep One Pinned Tab" (also made by this developer). 1.1: Bugfix: now actually works! 2.0: Rewrote from scratch, should now be more reliable. 3.0: Update to manifest V3 (no functional changes).
Informazioni di Base sull'Estensione
Nome | Close Extra New Tabs |
ID | gkaaknlhljkigoogfhaknojpmjnlmcod |
URL Ufficiale | https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod |
Descrizione | A Chrome extension to keep only one new open at all times, closing extra ones. |
Dimensione del File | 6.93 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2023-12-19 |
Data di Pubblicazione | 2017-05-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Gavin Borg |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/theborg3of5/CloseExtraNewTabs |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Extra New Tabs", "version": "3.0", "description": "A Chrome extension to keep only one new open at all times, closing extra ones.", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "incognito": "split" } |