Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Wat is Move tabs between windows?
Move tabs between windows is een Chrome-extensie ontwikkeld door Ivan Novikov, en de belangrijkste functie is "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
Download het CRX-bestand van de extensie Move tabs between windows
Download Move tabs between windows-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | dcgkknngicjdagcjljfbhgdimlfhafag |
| Officiële URL | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
| Beschrijving | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
| Bestandsgrootte | 3.54 KB |
| Aantal Installaties | 216 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-11-08 |
| Publicatiedatum | 2016-11-08 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Ivan Novikov |
| Betalingswijze | free |
| Extensiewebsite | https://twitter.com/ivan7237d |
| Ondersteunde Talen | 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"
}
} | |