Tab Move To Side Screen
Moving tabs with a shortcut.
Hvad er Tab Move To Side Screen?
Tab Move To Side Screen er en Chrome-udvidelse udviklet af Furkan Gündel, og dens hovedfunktion er "Moving tabs with a shortcut.".
Udvidelsesskærmbilleder
Download Tab Move To Side Screen-udvidelses-CRX-fil
Download Tab Move To Side Screen-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Tab Move To Side Screen |
ID | eniblinanabobmaigjnenpajhhcccmgp |
Officiel URL | https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp |
Beskrivelse | Moving tabs with a shortcut. |
Filstørrelse | 3.95 KB |
Antal Installationer | 64 |
Nuværende Version | 1.2 |
Senest Opdateret | 2021-09-29 |
Udgivelsesdato | 2021-09-02 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Furkan Gündel |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |