Tab Move To Side Screen
Moving tabs with a shortcut.
Vad är Tab Move To Side Screen?
Tab Move To Side Screen är en Chrome-tillägg utvecklad av Furkan Gündel, och dess huvudfunktion är "Moving tabs with a shortcut.".
Tilläggsskärmbilder
Ladda ner Tab Move To Side Screen-förlängningens CRX-fil
Ladda ner Tab Move To Side Screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Tab Move To Side Screen |
ID | eniblinanabobmaigjnenpajhhcccmgp |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp |
Beskrivning | Moving tabs with a shortcut. |
Filstorlek | 3.95 KB |
Antal Installationer | 64 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2021-09-29 |
Publiceringsdatum | 2021-09-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Furkan Gündel |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } |