Textify

Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab.

¿Qué es Textify?

Textify es una extensión de Chrome desarrollada por https://textify.cc, y su función principal es "Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Textify

Descarga archivos de extensión Textify 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

                        The Textify extension lets you stream live captions between any browser tab in any browser window.                    

Información Básica de la Extensión

Nombre Textify Textify
ID bmgeoickdkceegcemaohalboegigahbg
URL Oficial https://chromewebstore.google.com/detail/textify/bmgeoickdkceegcemaohalboegigahbg
Descripción Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab.
Tamaño del Archivo 48.84 KB
Cantidad de Instalaciones 1,414
Versión Actual 0.0.4
Última Actualización 2020-05-16
Fecha de Publicación 2020-05-15
Calificación 1.80/5 Total de 5 Calificaciones
Desarrollador https://textify.cc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://textify.cc
URL de la Página de Ayuda https://textify.cc
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.4",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png",
            "256": "images\/icon-256.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "10.0",
    "devtools_page": "pages\/devtools.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": []
}