Online speech recognition
Speech to text on any web site and in Windows and Linux applications
Τι είναι το Online speech recognition;
Το Online speech recognition είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://speechpad.ru, και η κύρια λειτουργία του είναι "Speech to text on any web site and in Windows and Linux applications".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Online speech recognition
Λήψη αρχείων επέκτασης Online speech recognition σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
See https://voicenotebook.com/blog/exthelp/ for help The main features: Multi language support (click on the extension icon and select a language in the drop-down list) Speech input in any text field on the web (right click inside of the text entry field and select Speech pad in the Chrome shortcut menu) Voice input to the clipboard - right click in the empty space on the page (not in the editable field), and select Speech pad in the Chrome shortcut menu. In this case, the Speechpad.pw site will be opened and voice recognition will be started. if the "Transfer to clipboard" checkbox is checked in the option page of the extension, then the voice typing processed directly to the system clipboard. Dictation to any windows or Linux application (Word, Excel, Gedit etc.). For this option an additional module must be installed from the Speechpad.pw site. Product doesn’t handle personal or sensitive user data.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Online speech recognition |
ID | pehlbpmpoabkgenppepoaihkacolpdcf |
Επίσημο URL | https://chromewebstore.google.com/detail/online-speech-recognition/pehlbpmpoabkgenppepoaihkacolpdcf |
Περιγραφή | Speech to text on any web site and in Windows and Linux applications |
Μέγεθος Αρχείου | 39.92 KB |
Αριθμός Εγκαταστάσεων | 112,255 |
Τρέχουσα Έκδοση | 9.9 |
Τελευταία Ενημέρωση | 2018-04-29 |
Ημερομηνία Δημοσίευσης | 2018-04-29 |
Αξιολόγηση | 4.18/5 Συνολικά 773 Αξιολογήσεις |
Προγραμματιστής | https://speechpad.ru |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://voicenotebook.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://speechpad.ru/blog/exthelp/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.design-sites.ru/en/policy.php |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/speechpad-19.png", "38": "images\/speechpad-38.png" }, "default_title": "Speechpad (Voice Notebook)", "default_popup": "options.html" }, "commands": { "clipboard": { "description": "__MSG_hotkeyc__", "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" } }, "direct": { "description": "__MSG_hotkeyd__", "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "Command+Shift+Z" } }, "togrecord": { "description": "__MSG_hotkeye__", "global": true, "suggested_key": { "default": "Ctrl+Shift+7", "mac": "Command+Shift+7" } }, "player": { "description": "__MSG_hotkeyu__", "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" } } }, "content_scripts": [ { "js": [ "myscript.js" ], "matches": [ "http:\/\/speechpad.ru\/*", "https:\/\/speechpad.ru\/*", "http:\/\/voicenotebook.com\/*", "https:\/\/voicenotebook.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "speechpad-128.png", "16": "speechpad-16.png", "48": "speechpad-48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR7NI\/bSzIngNKI5ZcFBkSTdkAhW6kncFk2rEFAZBCTQs7hO8zoY17lZrt7qKSzc+lBqMFVN9YYwrkTxsU+bCSLACBcOEHH+hOKiOLrp5e100AeTfWRuzMtmv7aq5CgxIN4puHnmmVQ4JhigcoZXrQrCNSSNzppWbG8DzjnqVtTwIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "clipboardWrite", "tabs", "contextMenus", "nativeMessaging", "notifications" ], "version": "9.9" } |