Move tab to new window
Move the current tab into a new window
Qu'est-ce que Move tab to new window ?
Move tab to new window est une extension Chrome développée par Chimera, et sa fonction principale est "Move the current tab into a new window".
Télécharger le fichier CRX de l'extension Move tab to new window
Téléchargez les fichiers d'extension Move tab to new window 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
Move a tab into its own window. You can bind a shortcut key to this action, allowing you to put a tab in a new window, without taking your hands off the keyboard. Source code available here: https://github.com/tvdv/Tab2NewWnd
Informations de Base sur l'Extension
Nom | ![]() |
ID | oakjilaellnhaoahkkmafkifjaoommam |
URL Officiel | https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam |
Description | Move the current tab into a new window |
Taille du Fichier | 4.42 KB |
Nombre d'Installations | 80 |
Version Actuelle | 0.1.0.0 |
Dernière Mise à Jour | 2014-04-18 |
Date de Publication | 2014-04-18 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Chimera |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tab to new window", "version": "0.1.0.0", "description": "Move the current tab into a new window", "short_name": "TabToNewWnd", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "newWnd.png", "default_title": "Move tab to a new Window" }, "permissions": [ "tabs" ], "manifest_version": 2 } |