LipSurf - Voice Control for the Web

Use voice to type, click anything, scroll, watch videos, open webpages, make custom voice shortcuts and more.

¿Qué es LipSurf - Voice Control for the Web?

LipSurf - Voice Control for the Web es una extensión de Chrome desarrollada por https://lipsurf.com, y su función principal es "Use voice to type, click anything, scroll, watch videos, open webpages, make custom voice shortcuts and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión LipSurf - Voice Control for the Web

Descarga archivos de extensión LipSurf - Voice Control for the Web 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

                        Browse the web with your voice -- eating, multitasking or just to give your hands a break. Speech recognition for executing voice commands in the browser that would normally require a mouse and keyboard.
Excellent as an assistive technology.

Voice control integrations:
* Gmail - select & mark messages, compose emails, dictate emails, etc.
  https://youtu.be/o1zIHxkg2KU?t=37
* Youtube & other video sites - play, pause, fast-forward etc.
* Duolingo & WaniKani - answer questions completely based on voice control (handsfree)
  https://www.youtube.com/watch?v=pBtFl8qHgpE
* Reddit - speech recognition for upvote, visit posts, comment etc.

Features:
* High performance speech recognition
* Speech to text (STT)
* Shows live transcript as you speak
* Wake-word (say "hey LipSurf" to activate hands-free) (Premium)
* Custom shortcuts - map any phrase to a command
* Text to speech (TTS)
* Works in Google Sheets (Premium)
* Limited commands on PDFs

General voice commands:
* Write and edit text (Premium)
* Scroll up, down, little down, little up, autoscroll, bottom, top, left, right...
* Annotate links to click them with voice
* Open multiple links
* Spell mode (Premium)
* Write emails and dictate forms (Premium)
* Open websites/URLs (Premium)
* Weather lookup
* Dictionary
* Control videos: play, pause, mute etc.
* Add custom corrections, shortcuts, homophones or synonyms by clicking the transcript!
* Voice activation via push-to-talk key
* Click things by saying "click [thing text]" or "tag" then saying the annotation in the yellow box next to it.
* Navigate tabs: next tab, previous tab, select tab 3, new tab, etc.
* Zoom in, zoom out
* Multi-language support (Spanish, French, Russian and Japanese - more languages may be added by anyone via our forum)
* 100+ built-in commands that can be expanded to infinity with additional plugins and tons of options.

Languages:
* 🇬🇧 English
* 🇪🇸 Spanish
* 🇫🇷 French 
* 🇺🇦 Ukrainian
* 🇷🇺 Russian
* 🇯🇵 Japanese
* 🇧🇷 Portuguese (Duolingo only)
* 🇩🇪 German (Duolingo only)
* 🇫🇮 Finnish (Duolingo only)
* 🇳🇱 Dutch (Duolingo only)

Please go through the tutorial to make sure you configure everything properly, and just say "help" to see the commands that are possible for the current page you're on! Enjoy!

See information about updates along with video demos here: https://www.lipsurf.com/updates
Forum where you can make feature requests and ask questions: https://discuss.lipsurf.com                    

Información Básica de la Extensión

Nombre LipSurf - Voice Control for the Web LipSurf - Voice Control for the Web
ID lnnmjmalakahagblkkcnjkoaihlfglon
URL Oficial https://chromewebstore.google.com/detail/lipsurf-voice-control-for/lnnmjmalakahagblkkcnjkoaihlfglon
Descripción Use voice to type, click anything, scroll, watch videos, open webpages, make custom voice shortcuts and more.
Tamaño del Archivo 3.11 MB
Cantidad de Instalaciones 11,404
Versión Actual 4.16.2
Última Actualización 2023-08-06
Fecha de Publicación 2020-06-30
Calificación 4.07/5 Total de 104 Calificaciones
Desarrollador https://lipsurf.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.lipsurf.com
URL de la Página de Ayuda https://discuss.lipsurf.com
URL de la Página de Política de Privacidad https://www.lipsurf.com/privacy
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "minimum_chrome_version": "64",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjWvzwaRsYG2l3QkI13CVqX6qPcoih4cLb0VK9VQAXjEc0fvfw+e\/XHXK7VCfVPK+ndcAafjUCvsghix2VQHquI+JJtDCs6tLU+Ba+PIA7IdA8MfQC8Dk2tihWD2T478bEQax0+6QkgZO4+M9SDs5CKjMikxr1Z9R4Lxdm1ToLx444c9SRI3ARytO0tJm25DovXL3ceIfZps+F0OqVwoeGyQx0FYXFGHP+OMmAgBrjpg4yCaSYAedWzRC12PxvvplmvVvBWZ1pqw8gTh+B\/rwN\/0fa9lkUC1tc\/1nCHSHoFqnOyYl84pgI\/i8fiQ5GlDG8X\/2+eQhdTduY1DpcKz5vQIDAQAB",
    "background": {
        "page": "dist\/views\/background.html",
        "persistent": true
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_title": "__MSG_btnHover__",
        "default_icon": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "css": [
                "assets\/font-face-hack.css"
            ],
            "js": [
                "dist\/page.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/frame-beacon.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.redditmedia.com\/*",
                "https:\/\/www.redditmedia.com\/*"
            ],
            "js": [
                "dist\/reddit-media-frame-beacon.js"
            ],
            "css": [
                "assets\/iframe-styles.css"
            ],
            "all_frames": true
        }
    ],
    "author": "Miko Borys",
    "chrome_url_overrides": {
        "newtab": "dist\/views\/new-tab.html"
    },
    "options_page": "dist\/views\/options.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.lipsurf.com\/*"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "debugger",
        "contextMenus",
        "notifications",
        "tts",
        "storage"
    ],
    "optional_permissions": [
        "clipboardRead",
        "clipboardWrite",
        "nativeMessaging"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/js.stripe.com 'unsafe-eval' blob:; object-src 'self'",
    "web_accessible_resources": [
        "dist\/modules\/*.js",
        "dist\/styles\/base.css",
        "assets\/barlow-latin.woff2",
        "assets\/barlow-latin-ex.woff2",
        "assets\/barlow-latin-200.woff2",
        "assets\/barlow-latin-ex-200.woff2",
        "assets\/barlow-latin-500.woff2",
        "assets\/barlow-latin-ex-500.woff2"
    ],
    "version": "4.16.2",
    "version_name": "4.16.2"
}