Wavenet for Chrome
Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…
Co to jest Wavenet for Chrome?
Wavenet for Chrome to rozszerzenie Chrome opracowane przez Michael Poirier-Ginter, a jego główną funkcją jest „Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wavenet for Chrome
Pobierz pliki rozszerzeń Wavenet for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's Text-to-Speech.
You need to create your own API Key in order to use this extension (see the included video for instructions).
Features
- Support for all Google WaveNet, Neural2, News, Studio voices and languages.
- Adjustable pitch and speed.
- Download selected text to an MP3 file.
- SSML support
- Shortcut to read aloud (Cmd+Shift+S on macOS and Ctrl+Shift+S on windows)
- Shortcut to download selected text (Cmd+Shift+E on macOS and Ctrl+Shift+E on windows)
- Chunk selected text into sentences to bypass the 5000 character limit and lower usage cost.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | iefankigbnlnlaolflbcopliocibkffc | 
| Oficjalny URL | https://chromewebstore.google.com/detail/wavenet-for-chrome/iefankigbnlnlaolflbcopliocibkffc | 
| Opis | Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's… | 
| Rozmiar pliku | 4.59 MB | 
| Liczba instalacji | 12,898 | 
| Aktualna Wersja | 12 | 
| Ostatnia Aktualizacja | 2023-07-30 | 
| Data Publikacji | 2020-02-15 | 
| Ocena | 4.68/5 Łącznie 73 Oceny | 
| Deweloper | Michael Poirier-Ginter | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/wavenet-for-chrome/extension | 
| Adres URL Strony Pomocy | https://github.com/wavenet-for-chrome/extension/discussions | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wavenet for Chrome",
    "version": "12",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "activeTab",
        "scripting",
        "offscreen"
    ],
    "commands": {
        "readAloudShortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Read aloud"
        },
        "downloadShortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Download"
        }
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "host_permissions": [
        "  |  |