MoveTab
A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
ما هو MoveTab؟
MoveTab هو إضافة Chrome تم تطويرها بواسطة sawjax، والميزة الرئيسية لها هي "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MoveTab
قم بتنزيل ملفات الامتداد MoveTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? MoveTab solves that problem by helping you move tabs in two steps. 1. Go to the tab you want to move and click on MoveTab. 2. Go to the window where you want it and click on MoveTab again. It's that simple!
معلومات أساسية عن التمديد
الاسم | MoveTab |
ID | jokbmfhbamgbbjglhcphlpkcklpbceid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid |
الوصف | A chrome extension that helps you move your tabs from one window to another without dragging and dropping. |
حجم الملف | 29.04 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-09-01 |
تاريخ النشر | 2014-09-01 |
تقييم | 4.92/5 مجموع تقييمات 12 |
المطور | sawjax |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MoveTab", "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Move this tab", "default_icon": { "19": "icons\/icon19in.png", "38": "icons\/icon38in.png" } }, "manifest_version": 2 } |