Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Cos'è Move tabs between windows?
Move tabs between windows è un'estensione di Chrome sviluppata da Ivan Novikov, e la sua funzione principale è "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
Scarica il file CRX dell'estensione Move tabs between windows
Scarica i file di estensione Move tabs between windows 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
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs:
— To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key.
— To select a range of tabs, click tab handles while holding down the Shift key.
Source code: https://github.com/ivan7237d/move-tabs Informazioni di Base sull'Estensione
| Nome | |
| ID | dcgkknngicjdagcjljfbhgdimlfhafag |
| URL Ufficiale | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
| Descrizione | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
| Dimensione del File | 3.54 KB |
| Conteggio Installazioni | 216 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-11-08 |
| Data di Pubblicazione | 2016-11-08 |
| Valutazione | 4.83/5 Totale 6 Valutazioni |
| Sviluppatore | Ivan Novikov |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitter.com/ivan7237d |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Move tabs between windows",
"version": "1.0",
"description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.",
"manifest_version": 2,
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"offline_enabled": true,
"browser_action": {
"default_title": "Move tabs to another window"
}
} | |