Tab Move To Side Screen
Moving tabs with a shortcut.
Apa itu Tab Move To Side Screen?
Tab Move To Side Screen adalah ekstensi Chrome yang dikembangkan oleh Furkan Gündel, dan fitur utamanya adalah "Moving tabs with a shortcut.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Move To Side Screen
Unduh file ekstensi Tab Move To Side Screen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Tab Move To Side Screen |
ID | eniblinanabobmaigjnenpajhhcccmgp |
URL Resmi | https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp |
Deskripsi | Moving tabs with a shortcut. |
Ukuran File | 3.95 KB |
Jumlah Instalasi | 64 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-09-29 |
Tanggal Publikasi | 2021-09-02 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Furkan Gündel |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |