ReadSpeaker® for Schoology

ReadSpeaker for Schoology Browser Extension

Apa itu ReadSpeaker® for Schoology?

ReadSpeaker® for Schoology adalah ekstensi Chrome yang dikembangkan oleh ReadSpeaker, dan fitur utamanya adalah "ReadSpeaker for Schoology Browser Extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ReadSpeaker® for Schoology

Unduh file ekstensi ReadSpeaker® for Schoology dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama ReadSpeaker® for Schoology ReadSpeaker® for Schoology
ID jhlhihioaipeflkdimdbkadpodbnniel
URL Resmi https://chromewebstore.google.com/detail/readspeaker%C2%AE-for-schoolog/jhlhihioaipeflkdimdbkadpodbnniel
Deskripsi ReadSpeaker for Schoology Browser Extension
Ukuran File 11.38 MB
Jumlah Instalasi 701
Versi Saat Ini 1.2.12
Terakhir Diperbarui 2022-03-22
Tanggal Publikasi 2021-05-06
Penilaian 1.00/5 Total 2 Penilaian
Pengembang ReadSpeaker
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.readspeaker.com/schoology/
URL Halaman Kebijakan Privasi https://www.readspeaker.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}