ReadSpeaker® for Schoology

ReadSpeaker for Schoology Browser Extension

ReadSpeaker® for Schoology là gì?

ReadSpeaker® for Schoology là một tiện ích mở rộng Chrome được phát triển bởi ReadSpeaker, và tính năng chính của nó là "ReadSpeaker for Schoology Browser Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ReadSpeaker® for Schoology

Tải xuống các tệp mở rộng ReadSpeaker® for Schoology dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ReadSpeaker® for Schoology ReadSpeaker® for Schoology
ID jhlhihioaipeflkdimdbkadpodbnniel
URL Chính Thức https://chromewebstore.google.com/detail/readspeaker%C2%AE-for-schoolog/jhlhihioaipeflkdimdbkadpodbnniel
Mô tả ReadSpeaker for Schoology Browser Extension
Kích Thước Tệp 11.38 MB
Số Lần Cài Đặt 701
Phiên Bản Hiện Tại 1.2.12
Cập Nhật Lần Cuối 2022-03-22
Ngày Phát Hành 2021-05-06
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ReadSpeaker
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.readspeaker.com/schoology/
URL Trang Chính Sách Bảo Mật https://www.readspeaker.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}