Popout
A simple extension that allows tabs to be opened in a separate minimal window.
ما هو Popout؟
Popout هو إضافة Chrome تم تطويرها بواسطة Space City Software, L.L.C.، والميزة الرئيسية لها هي "A simple extension that allows tabs to be opened in a separate minimal window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Popout
قم بتنزيل ملفات الامتداد Popout بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Popout is a simple extension that allows tabs and web apps to be opened in a separate window with minimal controls. This is different from dragging tabs to a new window because Popup windows do not have to tab view, the address bar, or any buttons. This saves screen space and allows easier navigation to commonly used website and apps.
معلومات أساسية عن التمديد
الاسم | Popout |
ID | nejkhdlfjifmhomnedomededpaeohcmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/popout/nejkhdlfjifmhomnedomededpaeohcmi |
الوصف | A simple extension that allows tabs to be opened in a separate minimal window. |
حجم الملف | 22.05 KB |
عدد التثبيتات | 3,082 |
النسخة الحالية | 2.1 |
آخر تحديث | 2022-03-28 |
تاريخ النشر | 2013-08-15 |
تقييم | 4.32/5 مجموع تقييمات 25 |
المطور | Space City Software, L.L.C. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/chrisg32/Popout |
عنوان صفحة المساعدة | https://github.com/chrisg32/Popout/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Popout", "description": "A simple extension that allows tabs to be opened in a separate minimal window.", "version": "2.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Popout to external window.", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |