Voice Search

Search the web with your voice

Τι είναι το Voice Search;

Το Voice Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://audate.app, και η κύρια λειτουργία του είναι "Search the web with your voice".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Voice Search

Λήψη αρχείων επέκτασης Voice Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Audate Voice Search enables you to search the web using your voice 🗣️, simply by clicking on the browser icon 🌐.

🔥Over 300 locales🔥 around the world are supported! You can speak English 🇺🇸 or your natural language and let advanced AI and ML models convert them to text. 

Over 7 search engines 🔎 supported including including Google and Bing.

Get more done faster! The average dictation speed is 150 words per minute 🏃💨, compared to 30 words per minute with typing 🚶. 

Voice is far more ergonomic too 😌! You can avoid  repetitive stress injury from excessive typing. Avoid the hassle of using English keyboard when you can't type English. 

It is 🆓, open source and published at https://github.com/AudateApp 😋.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Voice Search Voice Search
ID agmgoemhckhccgibmoigonndjhjllcoh
Επίσημο URL https://chromewebstore.google.com/detail/voice-search/agmgoemhckhccgibmoigonndjhjllcoh
Περιγραφή Search the web with your voice
Μέγεθος Αρχείου 5.09 MB
Αριθμός Εγκαταστάσεων 12,160
Τρέχουσα Έκδοση 23.10.8
Τελευταία Ενημέρωση 2023-12-28
Ημερομηνία Δημοσίευσης 2022-06-13
Αξιολόγηση 4.95/5 Συνολικά 114 Αξιολογήσεις
Προγραμματιστής https://audate.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://audate.app
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/AudateApp/voice-search-extension/issues
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "homepage_url": "https:\/\/github.com\/justiceo\/audate",
    "version": "23.10.8",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Justice Ogbonna",
    "short_name": "Audate",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/images\/logo-16x16.png",
            "24": "assets\/images\/logo-24x24.png",
            "32": "assets\/images\/logo-32x32.png"
        },
        "default_title": "Audate",
        "default_popup": "index.html#popup"
    },
    "icons": {
        "16": "assets\/images\/logo-16x16.png",
        "32": "assets\/images\/logo-32x32.png",
        "48": "assets\/images\/logo-48x48.png",
        "128": "assets\/images\/logo-128x128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}