General Purpose Screen Sharing
A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.
General Purpose Screen Sharingคืออะไร?
General Purpose Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daan และคุณลักษณะหลักของมันคือ "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย General Purpose Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย General Purpose Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a general purpose screensharing extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | danhafjbbhpneafaokcgdobajodphdpi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/general-purpose-screen-sh/danhafjbbhpneafaokcgdobajodphdpi |
คำอธิบาย | A general purpose Screensharing ext. It doesn't do anything except capture content of your screen. |
ขนาดไฟล์ | 24.57 KB |
จำนวนการติดตั้ง | 829 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2017-06-13 |
วันที่เผยแพร่ | 2017-06-13 |
ผู้พัฒนา | daan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "General Purpose Screen Sharing", "author": "Sense Studios VOF.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/sense-studios.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.webcamconsult.com\/*", "https:\/\/*.dev.webcamconsult.com\/*", "https:\/\/*.dev2.webcamconsult.com\/*", "https:\/\/*.staging.webcamconsult.com\/*", "https:\/\/*.webcamconsult.nl\/*", "https:\/\/*.roomdialog.eu\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |