Tab Move To Side Screen
Moving tabs with a shortcut.
ما هو Tab Move To Side Screen؟
Tab Move To Side Screen هو إضافة Chrome تم تطويرها بواسطة Furkan Gündel، والميزة الرئيسية لها هي "Moving tabs with a shortcut.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Move To Side Screen
قم بتنزيل ملفات الامتداد Tab Move To Side Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Tab Move To Side Screen |
ID | eniblinanabobmaigjnenpajhhcccmgp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp |
الوصف | Moving tabs with a shortcut. |
حجم الملف | 3.95 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 1.2 |
آخر تحديث | 2021-09-29 |
تاريخ النشر | 2021-09-02 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Furkan Gündel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } } |