ReadSpeaker® for Schoology

ReadSpeaker for Schoology Browser Extension

Vad är ReadSpeaker® for Schoology?

ReadSpeaker® for Schoology är en Chrome-tillägg utvecklad av ReadSpeaker, och dess huvudfunktion är "ReadSpeaker for Schoology Browser Extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ReadSpeaker® for Schoology-förlängningens CRX-fil

Ladda ner ReadSpeaker® for Schoology-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn ReadSpeaker® for Schoology ReadSpeaker® for Schoology
ID jhlhihioaipeflkdimdbkadpodbnniel
Officiell webbadress https://chromewebstore.google.com/detail/readspeaker%C2%AE-for-schoolog/jhlhihioaipeflkdimdbkadpodbnniel
Beskrivning ReadSpeaker for Schoology Browser Extension
Filstorlek 11.38 MB
Antal Installationer 701
Aktuell Version 1.2.12
Senast Uppdaterad 2022-03-22
Publiceringsdatum 2021-05-06
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare ReadSpeaker
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.readspeaker.com/schoology/
URL till Sekretesspolicy Sidan https://www.readspeaker.com/privacy-policy
Stödda Språk 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"
    ]
}