oVice Supporter Tools Extension

oVice Supporter Tools Extension

What is oVice Supporter Tools Extension?

oVice Supporter Tools Extension is a Chrome extension developed by oVice Lab, and its main feature is "oVice Supporter Tools Extension".

Extension Screenshots

screenshot

Download oVice Supporter Tools Extension Extension CRX File

Download oVice Supporter Tools Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        oViceスペースを別タブからでも操作できるようにする拡張機能です。

この拡張機能では、以下の3点が可能になります。

・別タブで開いているoViceスペースでのマイクのオン/オフ
・oViceスペースを開いているタブへのスムーズな移動(Window+Tab前面表示)
・oViceスペースを開いているタブを閉じる

詳しいインストール方法などはoVice公式ブログをご覧ください。

◆ oVice公式ブログ
https://ovice.in/ja/blog-chrome-extension/                    

Extension Basic Information

Name oVice Supporter Tools Extension oVice Supporter Tools Extension
ID kecpfjcmglfdlejmkbdimjckgfgliokh
Official URL https://chromewebstore.google.com/detail/ovice-supporter-tools-ext/kecpfjcmglfdlejmkbdimjckgfgliokh
Description oVice Supporter Tools Extension
File Size 496 KB
Installation Count 489
Current Version 0.3.6
Last Updated 2023-01-12
Publish Date 2022-11-10
Developer oVice Lab
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ja.ovice.wiki/09229c6a66bb42d49b1ce3d0ad47f303
Supported Languages 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"
    }
}