Tab Move To Side Screen
Moving tabs with a shortcut.
What is Tab Move To Side Screen?
Tab Move To Side Screen is a Chrome extension developed by Furkan Gündel, and its main feature is "Moving tabs with a shortcut.".
Extension Screenshots
Download Tab Move To Side Screen Extension CRX File
Download Tab Move To Side Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This chrome extension is making it possible the move the Chrome tab to another Chrome window just with an adjustable shortcut "Alt + M". (comes handy if you use two seperate Chrome windows with two monitors) When you want to move you tab to the last active chrome window you just need to press "Alt + M" and it is done for you. You can adjust the shortcut as you like from the shortcuts menu of this panel chrome://extensions/shortcuts.
Extension Basic Information
Name | Tab Move To Side Screen |
ID | eniblinanabobmaigjnenpajhhcccmgp |
Official URL | https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp |
Description | Moving tabs with a shortcut. |
File Size | 3.95 KB |
Installation Count | 64 |
Current Version | 1.2 |
Last Updated | 2021-09-29 |
Publish Date | 2021-09-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Furkan Gündel |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Move To Side Screen", "description": "Moving tabs with a shortcut.", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "commands": { "move": { "suggested_key": "Alt+M", "description": "Move Tab" } } } |