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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |