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 |
| 公式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 |
| Eメール | [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"
]
}
} | |