oVice Helper

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

Wat is oVice Helper?

oVice Helper is een Chrome-extensie ontwikkeld door snst.lab, en de belangrijkste functie is "バーチャルオフィスツール oVice のリアクション機能を拡張できる拡張機能です。オリジナルのリアクション機能に加え、任意のテキストや画像をフキダシで表示できます。Chrome / Edge で動作確認済です。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie oVice Helper

Download oVice Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

Basisinformatie over de Extensie

Naam oVice Helper oVice Helper
ID cjfkbdlbceldfbkidenblelchadmogaf
Officiële URL https://chromewebstore.google.com/detail/ovice-helper/cjfkbdlbceldfbkidenblelchadmogaf
Beschrijving バーチャルオフィスツール oVice のリアクション機能を拡張できる拡張機能です。オリジナルのリアクション機能に加え、任意のテキストや画像をフキダシで表示できます。Chrome / Edge で動作確認済です。
Bestandsgrootte 153 KB
Aantal Installaties 2,319
Huidige Versie 1.2.11
Laatst Bijgewerkt 2023-04-21
Publicatiedatum 2023-01-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar snst.lab
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}