Speak in Slides

Text to Speech in Google Slides

Co to jest Speak in Slides?

Speak in Slides to rozszerzenie Chrome opracowane przez Andrew Swank, a jego główną funkcją jest „Text to Speech in Google Slides”.

Pobierz plik CRX rozszerzenia Speak in Slides

Pobierz pliki rozszerzeń Speak in Slides 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

                        Get TTS right in Google Slides.

To use a female voice, put text between a < and a > characters.
To use a male voice, put the text between these << and these >> characters.

When you switch slides in editing or presentation mode, the TTS will be read automatically. It's really that simple.                    

Podstawowe informacje o rozszerzeniu

Nazwa Speak in Slides Speak in Slides
ID hlohpnceogfccnddhohflkmiaggjmiae
Oficjalny URL https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae
Opis Text to Speech in Google Slides
Rozmiar pliku 48.68 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2017-07-24
Data Publikacji 2017-07-24
Ocena 1.88/5 Łącznie 8 Oceny
Deweloper Andrew Swank
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak in Slides",
    "author": "Andrew Swank",
    "description": "Text to Speech in Google Slides",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/docs.google.com\/*",
        "activeTab",
        "tts"
    ],
    "version": "1.0.4"
}