Voice To Search
Search via Voice
Τι είναι το Voice To Search;
Το Voice To Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DecodedMonkey, και η κύρια λειτουργία του είναι "Search via Voice".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Voice To Search
Λήψη αρχείων επέκτασης Voice To Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Allows you to quickly do a Google Search by Speaking via Voice to Text! Supports many search engines including Google, Bing, Yahoo and more. If your desired Search Engine is not a default in the options, you can easily add a custom search engine. Supports Over 100 Languages/Dialects. These Settings can be Accessed by Right Clicking the Extension Icon and Clicking "Options". Once added to chrome, you can active that voice search feature by either clicking on the Extensions Icon or via the Voice Search Hotkey; default hotkey is "Ctrl+Shift+X". If your hotkey is not working you will need to set your hotkey manually. To manually add/change a keyboard shortcut for an extension: In Google Chrome. At the top right, click More {⋮} > More Tools > Extensions. At the top left of the Extensions Manager, click Menu [≡] > "Keyboard shortcuts". Change your desired Extensions Keyboard shortcuts. [Change Log] 1.0.0 | Initial Release! 1.2.0 | Added Styling, Live Text Transcript and Error Messages 1.3.0 | Added User Friendly Error Messages Added Ability to Cancel the Search 1.3.1 | Error Messages are Now Cleared when a User Starts a New Search Tab Permission has been removed, as it is no longer needed 1.4.0 | Added Options Page Added Feature to Change Search Engine Added Feature to Add Custom Search Engines Added Over 100 Languages/Dialects 1.4.1 | Fixed Bug where options page was not reloading after a new search engine was added
Βασικές Πληροφορίες Επέκτασης
Όνομα | Voice To Search |
ID | fjjdfhdnmgaomehkdjcneiopdaeoemgg |
Επίσημο URL | https://chromewebstore.google.com/detail/voice-to-search/fjjdfhdnmgaomehkdjcneiopdaeoemgg |
Περιγραφή | Search via Voice |
Μέγεθος Αρχείου | 585 KB |
Αριθμός Εγκαταστάσεων | 812 |
Τρέχουσα Έκδοση | 1.4.1 |
Τελευταία Ενημέρωση | 2018-12-08 |
Ημερομηνία Δημοσίευσης | 2018-12-08 |
Αξιολόγηση | 4.14/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | DecodedMonkey |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice To Search", "version": "1.4.1", "description": "Search via Voice", "background": { "scripts": [ "JS\/eventPage.js" ], "persistent": true }, "browser_action": { "default_title": "Voice To Search!", "default_icon": "IMG\/icon.png" }, "icons": { "128": "IMG\/128icon.png" }, "commands": { "voiceSearchHotkey": { "suggested_key": { "windows": "Ctrl+Shift+X", "mac": "Ctrl+Shift+X", "chromeos": "Ctrl+Shift+X", "linux": "Ctrl+Shift+X" }, "description": "Start a Voice Search!" } }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |