Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
ما هو Move tabs between windows؟
Move tabs between windows هو إضافة Chrome تم تطويرها بواسطة Ivan Novikov، والميزة الرئيسية لها هي "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
تحميل ملف CRX للإضافة Move tabs between windows
قم بتنزيل ملفات الامتداد Move tabs between windows بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs: — To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key. — To select a range of tabs, click tab handles while holding down the Shift key. Source code: https://github.com/ivan7237d/move-tabs
معلومات أساسية عن التمديد
الاسم | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
الوصف | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
حجم الملف | 3.54 KB |
عدد التثبيتات | 216 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-11-08 |
تاريخ النشر | 2016-11-08 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | Ivan Novikov |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/ivan7237d |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tabs between windows", "version": "1.0", "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "background.js" ] }, "offline_enabled": true, "browser_action": { "default_title": "Move tabs to another window" } } |