ReadSpeaker® for Schoology

ReadSpeaker for Schoology Browser Extension

Что такое ReadSpeaker® for Schoology?

ReadSpeaker® for Schoology - это расширение Chrome, разработанное ReadSpeaker, и его основная функция - "ReadSpeaker for Schoology Browser Extension".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ReadSpeaker® for Schoology

Скачайте файлы расширений ReadSpeaker® for Schoology в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название ReadSpeaker® for Schoology ReadSpeaker® for Schoology
ID jhlhihioaipeflkdimdbkadpodbnniel
Официальный URL https://chromewebstore.google.com/detail/readspeaker%C2%AE-for-schoolog/jhlhihioaipeflkdimdbkadpodbnniel
Описание ReadSpeaker for Schoology Browser Extension
Размер файла 11.38 MB
Количество установок 701
Текущая Версия 1.2.12
Последнее Обновление 2022-03-22
Дата публикации 2021-05-06
Рейтинг 1.00/5 Всего 2 оценок
Разработчик ReadSpeaker
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.readspeaker.com/schoology/
URL страницы политики конфиденциальности https://www.readspeaker.com/privacy-policy
Поддерживаемые языки 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"
    ]
}