Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Qu'est-ce que Move tabs between windows ?
Move tabs between windows est une extension Chrome développée par Ivan Novikov, et sa fonction principale est "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
Télécharger le fichier CRX de l'extension Move tabs between windows
Téléchargez les fichiers d'extension Move tabs between windows au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
URL Officiel | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
Description | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
Taille du Fichier | 3.54 KB |
Nombre d'Installations | 216 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-11-08 |
Date de Publication | 2016-11-08 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | Ivan Novikov |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/ivan7237d |
Langues Prises en Charge | 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" } } |