Screen Capturing
This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
ما هو Screen Capturing؟
Screen Capturing هو إضافة Chrome تم تطويرها بواسطة https://etomon.com، والميزة الرئيسية لها هي "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Screen Capturing
قم بتنزيل ملفات الامتداد Screen Capturing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can share screen using this plugin.
معلومات أساسية عن التمديد
الاسم | Screen Capturing |
ID | bdpkeokmobkmmgghknpedglcickgdnih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih |
الوصف | This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options. |
حجم الملف | 7.77 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 3.6.5 |
آخر تحديث | 2018-09-12 |
تاريخ النشر | 2018-09-12 |
المطور | https://etomon.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "author": "Zhenyu Yang", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/etomon.com\/*", "https:\/\/etomon.com:9999\/*", "https:\/\/www.etomon.com\/*", "https:\/\/www.etomon.com:9999\/*", "http:\/\/localhost:4200\/*", "https:\/\/localhost:4200\/*" ], "run_at": "document_end" } ], "description": "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.", "homepage_url": "https:\/\/www.webrtc-experiment.com\/", "icons": { "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Screen Capturing", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.6.5", "web_accessible_resources": [ "icon.png" ] } |