oVice Helper

バーチャルオフィスツール oVice のリアクション機能を拡張できる拡張機能です。オリジナルのリアクション機能に加え、任意のテキストや画像をフキダシで表示できます。Chrome / Edge で動作確認済です。

What is oVice Helper?

oVice Helper is a Chrome extension developed by snst.lab, and its main feature is "バーチャルオフィスツール oVice のリアクション機能を拡張できる拡張機能です。オリジナルのリアクション機能に加え、任意のテキストや画像をフキダシで表示できます。Chrome / Edge で動作確認済です。".

Extension Screenshots

screenshot

Download oVice Helper Extension CRX File

Download oVice Helper 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

                        【使い方】
■テキストの送信
  1. テキストエリアに文字入力
  2. 「Ctrl + Enter」 または、送信ボタンをクリック

■画像の送信
  1. クリップのボタンをクリック
  2. 画像ファイルを選択
  3. 送信ボタンをクリック

■リアクション時の音声の設定
  1. 音符のボタンをクリック
  2. 音声を選択
※ 「Unset」 を選択すると、 テキスト・画像送信時は無音、リアクションボタン押下時は標準の音声が流れます

■フキダシの大きさの選択
  1. サイズ選択ボタンをクリック
  2. 大・中・小を選択                    

Extension Basic Information

Name oVice Helper oVice Helper
ID cjfkbdlbceldfbkidenblelchadmogaf
Official URL https://chromewebstore.google.com/detail/ovice-helper/cjfkbdlbceldfbkidenblelchadmogaf
Description バーチャルオフィスツール oVice のリアクション機能を拡張できる拡張機能です。オリジナルのリアクション機能に加え、任意のテキストや画像をフキダシで表示できます。Chrome / Edge で動作確認済です。
File Size 153 KB
Installation Count 2,319
Current Version 1.2.11
Last Updated 2023-04-21
Publish Date 2023-01-13
Rating 5.00/5 Total 2 Ratings
Developer snst.lab
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "oVice Helper",
    "description": "\u30d0\u30fc\u30c1\u30e3\u30eb\u30aa\u30d5\u30a3\u30b9\u30c4\u30fc\u30eb oVice \u306e\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u6a5f\u80fd\u3092\u62e1\u5f35\u3067\u304d\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u6a5f\u80fd\u306b\u52a0\u3048\u3001\u4efb\u610f\u306e\u30c6\u30ad\u30b9\u30c8\u3084\u753b\u50cf\u3092\u30d5\u30ad\u30c0\u30b7\u3067\u8868\u793a\u3067\u304d\u307e\u3059\u3002Chrome \/ Edge \u3067\u52d5\u4f5c\u78ba\u8a8d\u6e08\u3067\u3059\u3002",
    "version": "1.2.11",
    "manifest_version": 3,
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript\/_loader.js"
            ],
            "css": [
                "contentScript\/style.css"
            ],
            "matches": [
                "https:\/\/*.ovice.in\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript\/main.js"
            ],
            "matches": [
                "https:\/\/*.ovice.in\/*"
            ]
        }
    ],
    "action": {
        "default_title": "oVice Helper",
        "ddefault_popup": "popup.html",
        "default_icon": {
            "16": "favicon\/icon-16x16.png",
            "32": "favicon\/icon-32x32.png",
            "48": "favicon\/icon-48x48.png",
            "128": "favicon\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "favicon\/icon-16x16.png",
        "32": "favicon\/icon-32x32.png",
        "48": "favicon\/icon-48x48.png",
        "128": "favicon\/icon-128x128.png"
    }
}