ReadSpeaker® for Schoology

ReadSpeaker for Schoology Browser Extension

Co to jest ReadSpeaker® for Schoology?

ReadSpeaker® for Schoology to rozszerzenie Chrome opracowane przez ReadSpeaker, a jego główną funkcją jest „ReadSpeaker for Schoology Browser Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ReadSpeaker® for Schoology

Pobierz pliki rozszerzeń ReadSpeaker® for Schoology 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

                        Listening to the web is easy! Use text to speech for reading, writing and studying. 

Whether for school, work, or home, having text read out loud in a natural sounding voice while following along with highlighted text improves comprehension and allows you to consume content as you prefer. Just select, and click and listen and ReadSpeaker for Schoology™ allows you to listen to content in Schoology , web pages, Google Docs and Microsoft Word Online pages. Even listen as you write. 

ReadSpeaker for Schoology enables a toolbox* giving you text-to-speech capabilities such as:

- Listening to web pages, Google Docs and Microsoft Word Online pages.
- Listening as you follow along with the highlighted text
- Reading selected sections or entire pages
- Writing assistance tools  Writing assistance tools that let you sound or spell out words as you type)
- Personalized settings for highlighting, reading speed, color combinations
- User friendly interface 
- Reading Speed
- Snapshot.  Ability to Optical Character Recognition (OCR) inaccessible images with the ability to convert into audio for listening.
- Available in American, British and Australian English, Latvian, Dutch, Belgian Dutch, Finnish, French, German, Italian, Spanish and Swedish. 

*) Using this Extension requires an active ReadSpeaker subscription for your school. As a user, you need to be signed/synced in the Chrome browser with your school account when using the Extension.

Don't have a ReadSpeaker subscription? Read about how to sign up here: http://www.readspeaker.com/teacher-program/                    

Podstawowe informacje o rozszerzeniu

Nazwa ReadSpeaker® for Schoology ReadSpeaker® for Schoology
ID jhlhihioaipeflkdimdbkadpodbnniel
Oficjalny URL https://chromewebstore.google.com/detail/readspeaker%C2%AE-for-schoolog/jhlhihioaipeflkdimdbkadpodbnniel
Opis ReadSpeaker for Schoology Browser Extension
Rozmiar pliku 11.38 MB
Liczba instalacji 701
Aktualna Wersja 1.2.12
Ostatnia Aktualizacja 2022-03-22
Data Publikacji 2021-05-06
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper ReadSpeaker
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.readspeaker.com/schoology/
Adres URL Strony Polityki Prywatności https://www.readspeaker.com/privacy-policy
Obsługiwane Języki de,en,fr,nl,es,it,lv,pl,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.2.12",
    "author": "ReadSpeaker",
    "description": "ReadSpeaker for Schoology Browser Extension",
    "browser_action": {
        "default_icon": "icon\/icon16.png"
    },
    "background": {
        "scripts": [
            "compat.js",
            "config\/Messages.js",
            "utils\/Logger.js",
            "authService.js",
            "snapshot\/SnapshotBackground.js",
            "onlinePlayback\/background_online.js",
            "pdf\/background_pdf.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "compat.js",
                "utils\/Logger.js",
                "config\/Messages.js",
                "config\/ModulesFactory.js",
                "config\/ColorsRepository.js",
                "config\/DocumentType.js",
                "config\/PlaybackStatus.js",
                "utils\/SelectionChunk.js",
                "utils\/SelectionData.js",
                "documentParser\/RectangleGD.js",
                "documentParser\/CaretGD.js",
                "documentParser\/SelectedNodes.js",
                "utils\/RegexRepository.js",
                "utils\/TextUtils.js",
                "documentParser\/GenericDocumentParser.js",
                "documentParser\/WordDocumentParser.js",
                "documentParser\/GDocsDocumentParser.js",
                "documentParser\/PdfDocumentParser.js",
                "config\/SettingService.js",
                "config\/LocaleService.js",
                "snapshot\/SnapshotService.js",
                "snapshot\/ImageRectangle.js",
                "snapshot\/OcrRequest.js",
                "snapshot\/OcrWord.js",
                "snapshot\/SnapshotDocumentParser.js",
                "writingAssistance\/WritingAssistance.js",
                "writingAssistance\/WritingAssistanceService.js",
                "onlinePlayback\/UrlBuilder.js",
                "config\/DomainUtils.js",
                "documentParser\/Highlighter.js",
                "onlinePlayback\/WritingAssistanceOnlinePlayer.js",
                "onlinePlayback\/DataBlobDownloader.js",
                "onlinePlayback\/RsdsDownloader.js",
                "onlinePlayback\/RsdsFetcher.js",
                "onlinePlayback\/RsdsParserModule.js",
                "toolbar\/ErrorDialogBox.js",
                "toolbar\/LanguageDialogBox.js",
                "toolbar\/SettingDialogBox.js",
                "toolbar\/SpeedDialogBox.js",
                "toolbar\/UnsupportedDocumentDialogBox.js",
                "toolbar\/WritingAssistanceOnDialog.js",
                "toolbar\/WritingAssistanceOffDialog.js",
                "toolbar\/TemplateParser.js",
                "toolbar\/TemplateRepository.js",
                "toolbar\/Toolbar.js",
                "onlinePlayback\/Playback.js",
                "wordPredictor\/KeyEventFactory.js",
                "wordPredictor\/GenericElementParser.js",
                "wordPredictor\/WordElementParser.js",
                "wordPredictor\/GdocsElementParser.js",
                "wordPredictor\/InputReplacement.js",
                "wordPredictor\/WordPredictor.js",
                "wordPredictor\/WordProducer.js",
                "wordPredictor\/TextPredictionService.js",
                "content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": false
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*",
                "http:\/\/docs.google.com\/*"
            ],
            "js": [
                "GoogleDocs\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; media-src * blob:",
    "web_accessible_resources": [
        "css\/style.css",
        "pdf\/web\/**",
        "pdf\/build\/**",
        "pdf\/rspeaker.js",
        "audio\/*\/*.mp3",
        "images\/**",
        "dictionaries\/*.txt",
        "_locales\/*\/messages.json",
        "templates\/*.html"
    ],
    "name": "ReadSpeaker\u00ae for Schoology",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "cookies",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "identity",
        "identity.email"
    ]
}