Voice Search

It is very easy! Just say what you want to find.

Cos'è Voice Search?

Voice Search è un'estensione di Chrome sviluppata da andrkremov, e la sua funzione principale è "It is very easy! Just say what you want to find.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Voice Search

Scarica i file di estensione Voice Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Maximum comfort and minimalism. No extra settings. Click the microphone icon and speak. The keyboard is no longer needed!

Advantage:
- One-Click Search
- Simple interface
- Super-fast operation
- Advanced voice recognition technology

Just try it and you will like it!

P.S: If you have questions or want to add your language - write.                    

Informazioni di Base sull'Estensione

Nome Voice Search Voice Search
ID ignddgemjkghaogmfmokpfplbmoiecde
URL Ufficiale https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde
Descrizione It is very easy! Just say what you want to find.
Dimensione del File 25.55 KB
Conteggio Installazioni 2,053
Versione Corrente 1.0
Ultimo Aggiornamento 2016-02-20
Data di Pubblicazione 2016-02-20
Valutazione 3.74/5 Totale 19 Valutazioni
Sviluppatore andrkremov
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voice Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "It is very easy! Just say what you want to find.",
    "minimum_chrome_version": "20",
    "background": {
        "scripts": [
            "js\/core.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Voice Search",
        "default_icon": "icons\/icon_16.png",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [],
    "permissions": [
        "*:\/\/*\/*"
    ]
}