Pop-out Jitsi Meet
Open Jitsi Meet videos in pop-out windows.
ما هو Pop-out Jitsi Meet؟
Pop-out Jitsi Meet هو إضافة Chrome تم تطويرها بواسطة jip.de.beer، والميزة الرئيسية لها هي "Open Jitsi Meet videos in pop-out windows.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pop-out Jitsi Meet
قم بتنزيل ملفات الامتداد Pop-out Jitsi Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Useful if you want to arrange your video conference across multiple monitors, or if you want to grab a clean feed of the videos with e.g. OBS Studio. Directly integrates with my Mappertje extension: https://chrome.google.com/webstore/detail/okokapnhegofpbaeogkmbcaflmgiopkg/. Check out the readme on GitHub for usage instructions. https://github.com/Jip-Hop/jitsi-pop
معلومات أساسية عن التمديد
الاسم | |
ID | boklbbjieahngbnhdmlhldjjibdnnbcn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pop-out-jitsi-meet/boklbbjieahngbnhdmlhldjjibdnnbcn |
الوصف | Open Jitsi Meet videos in pop-out windows. |
حجم الملف | 168 KB |
عدد التثبيتات | 2,260 |
النسخة الحالية | 2.0.3 |
آخر تحديث | 2020-11-20 |
تاريخ النشر | 2020-04-30 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | jip.de.beer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Jip-Hop/jitsi-pop |
عنوان صفحة المساعدة | https://github.com/Jip-Hop/jitsi-pop |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pop-out Jitsi Meet", "version": "2.0.3", "manifest_version": 2, "description": "Open Jitsi Meet videos in pop-out windows.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "980": "icons\/icon980.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html" }, "web_accessible_resources": [ "src\/inject\/*", "libs\/fontawesome-free\/*", "libs\/bootstrap\/css\/bootstrap.min.css" ], "content_scripts": [ { "matches": [ "https:\/\/meet.jit.si\/*", "https:\/\/8x8.vc\/*", "https:\/\/jitsi.riot.im\/*" ], "run_at": "document_start", "match_about_blank": true, "all_frames": true, "js": [ "src\/inject\/inject.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/jip-hop.github.io\/jitsi-pop\/*", "https:\/\/jitsipop.debeer.it\/*", "https:\/\/jitsipop.tk\/*" ] } } |