Meet Reactions
React quickly without speaking or typing a text
什麼是Meet Reactions?
Meet Reactions是由shubham.sp96開發的Chrome擴展程式,該擴展的主要功能是“React quickly without speaking or typing a text”。
擴展截圖
下載Meet Reactions擴展crx文件
下載Meet Reactions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Send reactions during chat. 擴展基本資訊
| 名稱 | |
| ID | lhienloappjhbfomchpmcbidfabgdjmn |
| 官方網址 | 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"
]
}
} | |