Tab Move To Side Screen
Moving tabs with a shortcut.
O que é Tab Move To Side Screen?
Tab Move To Side Screen é uma extensão do Chrome desenvolvida por Furkan Gündel, e sua principal característica é "Moving tabs with a shortcut.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Move To Side Screen
Baixe arquivos de extensão Tab Move To Side Screen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Tab Move To Side Screen |
ID | eniblinanabobmaigjnenpajhhcccmgp |
URL Oficial | https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp |
Descrição | Moving tabs with a shortcut. |
Tamanho do Arquivo | 3.95 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.2 |
Última Atualização | 2021-09-29 |
Data de Publicação | 2021-09-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Furkan Gündel |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |