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
官方網址 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.
電子郵箱 [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"
}