VoiceSissy (Speech-to-Text-to-Speech TTS STT)
Select to speech helper. Supporting VOICEVOX and Chrome built-ins.
Τι είναι το VoiceSissy (Speech-to-Text-to-Speech TTS STT);
Το VoiceSissy (Speech-to-Text-to-Speech TTS STT) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Higon, και η κύρια λειτουργία του είναι "Select to speech helper. Supporting VOICEVOX and Chrome built-ins.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VoiceSissy (Speech-to-Text-to-Speech TTS STT)
Λήψη αρχείων επέκτασης VoiceSissy (Speech-to-Text-to-Speech TTS STT) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        VoiceSissy is easy-to-use select-to-speech tool as well as text-to-speech (TTS) AND speech-to-text (STT) text editor. 
- Turn your speech into machine voiced (Realtime Speech-to-Text-to-Speech)
- Transcribe your speech in text edtor (STT Transcriber Editor)
- Read selected text on any webpage (Text segmentation and TTS)
- Read your text as you write (TTS Talk Editor)
Originally this software was developed for VOICEVOX but you can use it with Chrome's built-in voice synthesizers. VOICEVOX produces human-quality tech-to-speech (TTS)  deep learning technology to human-quality TTS in Japanes, and it's free :)
VoiceSissy supports the following TTS engine for now.
- Built-in Voice Synthesis
    - Google Chrome built-ins
        - English, Spanish, French, German, Japanese etc...
    - Operation System built-ins
        - Microsoft voices (on Windows)
        - Apple voices (on macOS)
- VOICEVOX
    - Shikoku Metan (Japanese)
    - Zundamon (Japanese)
- Bouyomi-Chan (via WebSocket plugin)
Usage:
1. Open https://voicevox.hiroshiba.jp/ and setup VOICEVOX.
2. Run VOICEVOX on your machine.
3. Select any text on your browser, right click, then select "VoiceSissy : Read".
4. Browser will read out the selected text.
Support:
Throw any complaint or idea to my twitter, I might consider writing code for it :)
http://twitter.com/higon/                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |  | 
| ID | mjfpekkpgmdihmfemmiodkhiebgbjnhm | 
| Επίσημο URL | https://chromewebstore.google.com/detail/voicesissy-speech-to-text/mjfpekkpgmdihmfemmiodkhiebgbjnhm | 
| Περιγραφή | Select to speech helper. Supporting VOICEVOX and Chrome built-ins. | 
| Μέγεθος Αρχείου | 3.17 MB | 
| Αριθμός Εγκαταστάσεων | 2,403 | 
| Τρέχουσα Έκδοση | 0.5.0 | 
| Τελευταία Ενημέρωση | 2021-08-16 | 
| Ημερομηνία Δημοσίευσης | 2021-08-03 | 
| Αξιολόγηση | 2.25/5 Συνολικά 4 Αξιολογήσεις | 
| Προγραμματιστής | Higon | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| Ιστότοπος Επέκτασης | http://www.twitter.com/higon | 
| Διεύθυνση URL της Σελίδας Βοήθειας | http://www.twitter.com/higon | 
| Υποστηριζόμενες Γλώσσες | en,ja | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "0.5.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/VoiceBuddy_16.png",
        "32": "icons\/VoiceBuddy_32.png",
        "48": "icons\/VoiceBuddy_48.png",
        "128": "icons\/VoiceBuddy_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "VoiceSissy",
        "default_popup": "popup.html?popup=true"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardRead",
        "http:\/\/localhost\/*"
    ],
    "web_accessible_resources": []
} | |