Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Was ist Move tabs between windows?
Move tabs between windows ist eine Chrome-Erweiterung, die von Ivan Novikov entwickelt wurde, und ihr Hauptmerkmal ist "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
Move tabs between windows-Erweiterungs-CRX-Datei herunterladen
Laden Sie Move tabs between windows-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcgkknngicjdagcjljfbhgdimlfhafag |
| Offizielle URL | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
| Beschreibung | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
| Dateigröße | 3.54 KB |
| Installationsanzahl | 216 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2016-11-08 |
| Veröffentlichungsdatum | 2016-11-08 |
| Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
| Entwickler | Ivan Novikov |
| Zahlungsart | free |
| Erweiterungswebsite | https://twitter.com/ivan7237d |
| Unterstützte Sprachen | 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"
}
} | |