Voice Command

Voice Command turns your web browser into a voice-based assistant.

Co to jest Voice Command?

Voice Command to rozszerzenie Chrome opracowane przez voicecommandextension, a jego główną funkcją jest „Voice Command turns your web browser into a voice-based assistant.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Voice Command

Pobierz pliki rozszerzeń Voice Command w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        If you say the name of a website, you'll navigate there. If you ask for the weather report, you'll see one. If you tell your browser to play music, it will. 

From your New Tab screen, you'll be able to issue voice commands like:
- new york times
- play the beatles
- search for the best pajamas
- new doc
- new email
- new presentation
- close all tabs
- what's the weather today                    

Podstawowe informacje o rozszerzeniu

Nazwa Voice Command Voice Command
ID khbofkpcdlkkgpkjdgibjiambmangfip
Oficjalny URL https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip
Opis Voice Command turns your web browser into a voice-based assistant.
Rozmiar pliku 194 KB
Liczba instalacji 485
Aktualna Wersja 0.0.0.5
Ostatnia Aktualizacja 2020-08-14
Data Publikacji 2019-04-20
Deweloper voicecommandextension
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voice Command",
    "author": "Scott Zuccarino",
    "version": "0.0.0.5",
    "description": "Voice Command turns your web browser into a voice-based assistant.",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "128.png"
    },
    "commands": {
        "start-listening-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Start Listening",
            "global": true
        }
    },
    "background": {
        "scripts": [
            "js\/Background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": []
}