Tab Cutter
This extension divides one window into two
Cos'è Tab Cutter?
Tab Cutter è un'estensione di Chrome sviluppata da soags, e la sua funzione principale è "This extension divides one window into two".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Cutter
Scarica i file di estensione Tab Cutter 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 simple tab organization tool divides one window into two. If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window. If you are looking for Tab Scissors, have a try.
Informazioni di Base sull'Estensione
Nome | Tab Cutter |
ID | mekmindbhhjinkmgdjabpgfkaekhmgkj |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj |
Descrizione | This extension divides one window into two |
Dimensione del File | 11.09 KB |
Conteggio Installazioni | 579 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-08-31 |
Data di Pubblicazione | 2023-08-30 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | soags |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/soags/tab-cutter |
URL della Pagina di Aiuto | https://github.com/soags/tab-cutter/issues |
URL della Pagina della Politica sulla Privacy | https://soags.github.io/privacy-policy/chrome-extensions |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Cutter", "description": "This extension divides one window into two", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_icon": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "default_title": "Tab Cutter" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [] } |