Move tab to new window
Move the current tab into a new window
Was ist Move tab to new window?
Move tab to new window ist eine Chrome-Erweiterung, die von Chimera entwickelt wurde, und ihr Hauptmerkmal ist "Move the current tab into a new window".
Move tab to new window-Erweiterungs-CRX-Datei herunterladen
Laden Sie Move tab to new window-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
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
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | oakjilaellnhaoahkkmafkifjaoommam |
Offizielle URL | https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam |
Beschreibung | Move the current tab into a new window |
Dateigröße | 4.42 KB |
Installationsanzahl | 80 |
Aktuelle Version | 0.1.0.0 |
Letztes Update | 2014-04-18 |
Veröffentlichungsdatum | 2014-04-18 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Chimera |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |