Wurkr Screen Capturing
Capture full-screen or specific application's screen
ما هو Wurkr Screen Capturing؟
Wurkr Screen Capturing هو إضافة Chrome تم تطويرها بواسطة https://wurkr.io، والميزة الرئيسية لها هي "Capture full-screen or specific application's screen".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wurkr Screen Capturing
قم بتنزيل ملفات الامتداد Wurkr Screen Capturing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Plugin for Wurkr screen sharing capability معلومات أساسية عن التمديد
| الاسم | |
| ID | ilohclllmdkbfhhfbchephbifeojkgoa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa |
| الوصف | Capture full-screen or specific application's screen |
| حجم الملف | 5.45 KB |
| عدد التثبيتات | 225 |
| النسخة الحالية | 3.0 |
| آخر تحديث | 2019-06-11 |
| تاريخ النشر | 2019-06-11 |
| المطور | https://wurkr.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://wurkr.io |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wurkr Screen Capturing",
"author": "Wurkr",
"version": "3.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Capture full-screen or specific application's screen",
"homepage_url": "https:\/\/app.wurkr.io\/login",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/app.wurkr.io\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |