oVice Supporter Tools Extension
oVice Supporter Tools Extension
Was ist oVice Supporter Tools Extension?
oVice Supporter Tools Extension ist eine Chrome-Erweiterung, die von oVice Lab entwickelt wurde, und ihr Hauptmerkmal ist "oVice Supporter Tools Extension".
Erweiterungsscreenshots
oVice Supporter Tools Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie oVice Supporter Tools Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
oViceスペースを別タブからでも操作できるようにする拡張機能です。
この拡張機能では、以下の3点が可能になります。
・別タブで開いているoViceスペースでのマイクのオン/オフ
・oViceスペースを開いているタブへのスムーズな移動(Window+Tab前面表示)
・oViceスペースを開いているタブを閉じる
詳しいインストール方法などはoVice公式ブログをご覧ください。
◆ oVice公式ブログ
https://ovice.in/ja/blog-chrome-extension/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kecpfjcmglfdlejmkbdimjckgfgliokh |
| Offizielle URL | https://chromewebstore.google.com/detail/ovice-supporter-tools-ext/kecpfjcmglfdlejmkbdimjckgfgliokh |
| Beschreibung | oVice Supporter Tools Extension |
| Dateigröße | 496 KB |
| Installationsanzahl | 489 |
| Aktuelle Version | 0.3.6 |
| Letztes Update | 2023-01-12 |
| Veröffentlichungsdatum | 2022-11-10 |
| Entwickler | oVice Lab |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://ja.ovice.wiki/09229c6a66bb42d49b1ce3d0ad47f303 |
| Unterstützte Sprachen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "oVice Supporter Tools Extension",
"description": "oVice Supporter Tools Extension",
"version": "0.3.6",
"action": {
"default_popup": ".\/dist\/index.html",
"default_icon": {
"16": "icons\/icon_16.png",
"24": "icons\/icon_24.png",
"32": "icons\/icon_32.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"commands": {
"ovice_option": {
"suggested_key": {
"default": "Alt+Shift+0",
"mac": "Alt+Shift+0"
},
"description": "oVice Controller\u3092\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u958b\u304f",
"global": true
},
"move_to_ovice_tab_prev": {
"suggested_key": {
"default": "Alt+Shift+Left",
"mac": "Alt+Left"
},
"description": "\u30a2\u30af\u30c6\u30a3\u30d6\u306aoVice\u30b9\u30da\u30fc\u30b9\u306e\u30bf\u30d6\u306e\u5de6\u5074\u306b\u3042\u308b\u30bf\u30d6\u3092\u958b\u304f",
"global": false
},
"move_to_ovice_tab_next": {
"suggested_key": {
"default": "Alt+Shift+Right",
"mac": "Alt+Right"
},
"description": "\u30a2\u30af\u30c6\u30a3\u30d6\u306aoVice\u30b9\u30da\u30fc\u30b9\u306e\u30bf\u30d6\u306e\u53f3\u5074\u306b\u3042\u308b\u30bf\u30d6\u3092\u958b\u304f",
"global": false
},
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+O",
"mac": "Alt+Shift+O"
},
"description": "oVice Controller\u3092\u30a2\u30af\u30b7\u30e7\u30f3\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u958b\u304f",
"global": false
}
},
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"commands"
],
"host_permissions": [
"*:\/\/*\/*"
],
"manifest_version": 3,
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
} | |