ShareScreen by lab.narbot.org
This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
ما هو ShareScreen by lab.narbot.org؟
ShareScreen by lab.narbot.org هو إضافة Chrome تم تطويرها بواسطة vincent، والميزة الرئيسية لها هي "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.".
تحميل ملف CRX للإضافة ShareScreen by lab.narbot.org
قم بتنزيل ملفات الامتداد ShareScreen by lab.narbot.org بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ShareScreen by lab.narbot.org |
ID | bdmnjlaenedmfiihbaibdmmnpnoocedj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj |
الوصف | This Chrome extension is developed to allow capture content of your screen using lab.narbot.org. |
حجم الملف | 8.46 KB |
عدد التثبيتات | 77 |
النسخة الحالية | 2.0 |
آخر تحديث | 2017-05-07 |
تاريخ النشر | 2017-05-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | vincent |
نوع الدفع | free |
موقع الإضافة | https://lab.narbot.org/room/ |
عنوان صفحة المساعدة | https://lab.narbot.org/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareScreen by lab.narbot.org", "author": "Vincent Narbot", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.", "homepage_url": "https:\/\/lab.narbot.org\/room\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.narbot.org\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo.png" ] } |