Voice Drop

Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…

Voice Dropとは何ですか?

Voice DropはMetabolic Inc.によって開発されたChromeの拡張機能で、その主な機能は「Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Voice Drop拡張機能のCRXファイルをダウンロード

Voice Drop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer. Unfortunately, there are many places where your only option is to type your message.

Voice Drop is a Chrome extension that gives you the choice to use your voice where only typing is provided. Just record your message with the record button that will appear on every long text field, and then drop it as a voice link.

Your recipients can play it anytime and at the speed of their choice. They can listen to you while looking at the context of the message, while talking a walk or fully focusing on the verbal and non-verbal content of your message.

Voice Drop - Speak even where you can’t                    

拡張機能の基本情報

名前 Voice Drop Voice Drop
ID fndpfhokbajlpdhegoclkdplgnjehkgp
公式URL https://chromewebstore.google.com/detail/voice-drop/fndpfhokbajlpdhegoclkdplgnjehkgp
説明 Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…
ファイルサイズ 766 KB
インストール数 556
現在のバージョン 0.1.0
最終更新日 2020-06-22
公開日 2020-06-22
評価 3.00/5 合計 1 レビュー
開発者 Metabolic Inc.
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Voice Drop",
    "name": "Voice Drop",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Voice Drop - click to toggle"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "injectable.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "identity"
    ],
    "web_accessible_resources": [
        "recorder.html"
    ],
    "version": "0.1.0"
}