Gatherhub Screen Capture
Help users to do screen casting on GatherHub.
Gatherhub Screen Captureคืออะไร?
Gatherhub Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gatherhub.xyz และคุณลักษณะหลักของมันคือ "Help users to do screen casting on GatherHub."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gatherhub Screen Capture
ดาวน์โหลดไฟล์ส่วนขยาย Gatherhub Screen Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension could help to do screen capture automatically when you use the screen casting feature on www.gatherhub.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdnieppldnkoaajefibbnpmemgfdkben |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben |
คำอธิบาย | Help users to do screen casting on GatherHub. |
ขนาดไฟล์ | 11.96 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2015-12-17 |
วันที่เผยแพร่ | 2015-12-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.gatherhub.xyz |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gatherhub Screen Capture", "description": "Help users to do screen casting on GatherHub.", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "browser_action": { "default_icon": "ghub-16.png" }, "icons": { "16": "ghub-16.png", "48": "ghub-48.png", "128": "ghub-128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } } |