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.…

¿Qué es Voice Drop?

Voice Drop es una extensión de Chrome desarrollada por Metabolic Inc., y su función principal es "Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Voice Drop

Descarga archivos de extensión Voice Drop en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Voice Drop Voice Drop
ID fndpfhokbajlpdhegoclkdplgnjehkgp
URL Oficial https://chromewebstore.google.com/detail/voice-drop/fndpfhokbajlpdhegoclkdplgnjehkgp
Descripción Sometimes you don’t have enough time to type your message, or sometimes just talking about it would be a lot easier and clearer.…
Tamaño del Archivo 766 KB
Cantidad de Instalaciones 556
Versión Actual 0.1.0
Última Actualización 2020-06-22
Fecha de Publicación 2020-06-22
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador Metabolic Inc.
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}