PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
ما هو PopOut؟
PopOut هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PopOut
قم بتنزيل ملفات الامتداد PopOut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.
Feel free to contact me at http://lpm.io/contact with any questions! معلومات أساسية عن التمديد
| الاسم | |
| ID | pepmkldcbobcclmpplfpbllopdkipnnd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
| الوصف | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
| حجم الملف | 5.66 KB |
| عدد التثبيتات | 111 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2014-04-11 |
| تاريخ النشر | 2014-04-11 |
| تقييم | 3.86/5 مجموع تقييمات 7 |
| المطور | Unknown |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PopOut",
"short_name": "PopOut",
"version": "1.0",
"description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Pop out tabs to right"
}
} | |