Smart Connection Beta Version
Screen Sharing By Wireless Display
Smart Connection Beta Versionคืออะไร?
Smart Connection Beta Version เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AtomWu และคุณลักษณะหลักของมันคือ "Screen Sharing By Wireless Display"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Connection Beta Version
ดาวน์โหลดไฟล์ส่วนขยาย Smart Connection Beta Version ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cfeahbinfdmegpkjibpocdndjjafolhd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smart-connection-beta-ver/cfeahbinfdmegpkjibpocdndjjafolhd |
คำอธิบาย | Screen Sharing By Wireless Display |
ขนาดไฟล์ | 180 KB |
จำนวนการติดตั้ง | 197 |
เวอร์ชันปัจจุบัน | 0.1.9 |
อัปเดตครั้งล่าสุด | 2017-03-17 |
วันที่เผยแพร่ | 2017-03-17 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | AtomWu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Connection Beta Version", "description": "Screen Sharing By Wireless Display", "version": "0.1.9", "manifest_version": 2, "icons": { "48": "beta_48.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "proxy", "tabs", "desktopCapture", "storage" ], "browser_action": { "default_icon": "beta.png", "default_popup": "popup.html" }, "options_page": "setting.html" } |