Move tab to new window
Move the current tab into a new window
ما هو Move tab to new window؟
Move tab to new window هو إضافة Chrome تم تطويرها بواسطة Chimera، والميزة الرئيسية لها هي "Move the current tab into a new window".
تحميل ملف CRX للإضافة Move tab to new window
قم بتنزيل ملفات الامتداد Move tab to new window بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Move a tab into its own window. You can bind a shortcut key to this action, allowing you to put a tab in a new window, without taking your hands off the keyboard. Source code available here: https://github.com/tvdv/Tab2NewWnd
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | oakjilaellnhaoahkkmafkifjaoommam |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam |
الوصف | Move the current tab into a new window |
حجم الملف | 4.42 KB |
عدد التثبيتات | 80 |
النسخة الحالية | 0.1.0.0 |
آخر تحديث | 2014-04-18 |
تاريخ النشر | 2014-04-18 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Chimera |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tab to new window", "version": "0.1.0.0", "description": "Move the current tab into a new window", "short_name": "TabToNewWnd", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "newWnd.png", "default_title": "Move tab to a new Window" }, "permissions": [ "tabs" ], "manifest_version": 2 } |