Meet Reactions
React quickly without speaking or typing a text
Meet Reactionsคืออะไร?
Meet Reactions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shubham.sp96 และคุณลักษณะหลักของมันคือ "React quickly without speaking or typing a text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meet Reactions
ดาวน์โหลดไฟล์ส่วนขยาย Meet Reactions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Send reactions during chat.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Meet Reactions |
ID | lhienloappjhbfomchpmcbidfabgdjmn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn |
คำอธิบาย | React quickly without speaking or typing a text |
ขนาดไฟล์ | 48.28 MB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-03-24 |
วันที่เผยแพร่ | 2021-02-03 |
ผู้พัฒนา | shubham.sp96 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meet Reactions", "description": "React quickly without speaking or typing a text", "version": "1.3", "icons": { "48": "images\/logo48x48.png" }, "permissions": [ "tabs", "identity", "*:\/\/people.googleapis.com\/*" ], "background": { "persistent": false, "scripts": [ "dist\/app.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "dist\/app.js" ], "css": [ "dist\/app.css" ] } ], "browser_action": [], "web_accessible_resources": [ "images\/*", "audio\/*", "dist\/*" ], "oauth2": { "client_id": "675465846421-4ujb7kni2iflqmr1gdok5fmdc8for999.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |