IntoWords

Intowords for Google Chrome - Reading and writing made easy

IntoWords란 무엇입니까?

IntoWords은(는) http://vitec-mv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Intowords for Google Chrome - Reading and writing made easy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IntoWords 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IntoWords – reading and writing assistance
IntoWords helps you in your reading and writing process with speech synthesis, context sensitive word suggestions, domain specific word suggestions and spelling assistance, while you work in Google Apps or Office 365.

Reading aloud
If you highlight texts on web pages or PDF documents, IntoWords can read the text up for you in Danish, English, German, French, Spanish, Swedish and Norwegian. You can add up to 40 additional languages with altogether 98 voices.

Writing
IntoWords offers relevant word suggestions as you write. These are based on the surrounding context, they can be domain specific and they take the most common spelling errors into consideration. If you get stuck, IntoWords can suggest the next word. You can use a wild card if you are unsure of how a word is spelled and IntoWords can help you forward.

Target group
IntoWords is being used at school or in higher education by children and adults who need reading and writing assistance, even those with dyslexia and other reading and writing difficulties.

Availability
IntoWords can be accessed online by using a PC, Mac or Chromebook.
With a subscription to IntoWords Cloud, you also get access to IntoWords Dictionary, IntoWords Write and IntoWords PDF, so that you can write in PDF files and have them read aloud for you. To use IntoWords in Google Chrome you will need a license. Please contact [email protected] or call +45 6591 8022.

You can find more information on our web page: https://www.mv-nordic.com/en/

Privacy policy
By using this product you accept our policy for private customers together with the end user license agreement (EULA).

Read more: https://www.mv-nordic.com/en/privacy-policy/                    

확장 프로그램 기본 정보

이름 IntoWords IntoWords
ID nfphpgdlkoindbccbdmilopgeafllemo
공식 URL https://chrome.google.com/webstore/detail/intowords/nfphpgdlkoindbccbdmilopgeafllemo
설명 Intowords for Google Chrome - Reading and writing made easy
파일 크기 998 KB
설치 횟수 52,648
현재 버전 2.10.8
최근 업데이트 2022-12-15
출시 날짜 2020-03-10
평점 3.01/5 총 139 개의 평점
개발자 http://vitec-mv.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.vitec-mv.com/dk/support/intowords-cloud/
개인정보 보호 정책 페이지 URL https://www.vitec-mv.com/dk/betingelser-og-vilkar/privatlivspolitik
지원되는 언어 en,nl,no,da,sv
manifest.json
{
    "name": "IntoWords",
    "description": "__MSG_appDesc__",
    "version": "2.10.8",
    "manifest_version": 2,
    "default_locale": "da",
    "background": {
        "scripts": [
            "js\/md5.js",
            "js\/jsonwspclient.js",
            "js\/Manager\/PermissionCachedClient.js",
            "js\/Manager\/PredictionCachedClient.js",
            "js\/Manager\/SettingsCachedClient.js",
            "js\/Manager\/DictionaryCachedClient.js",
            "js\/Manager\/ClientBackgroundManager.js",
            "scripts\/background.js"
        ]
    },
    "commands": {
        "clear-cookies": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Clear Cookies"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "page_action": {
        "default_icon": "icon_disabled.png",
        "default_title": "IntoWords"
    },
    "permissions": [
        "activeTab",
        "",
        "clipboardWrite",
        "clipboardRead",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "homepage_url": "https:\/\/www.mv-nordic.com\/dk\/produkter\/intowords",
    "author": "MV-Nordic",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/itw-online-service-test.intowords.com\/SpecificPredictions",
                "https:\/\/itw-online-service-dev.intowords.com\/SpecificPredictions",
                "https:\/\/online.intowords.com\/SpecificPredictions"
            ],
            "js": [
                "scripts\/itw-online-dicts.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "exclude_matches": [
                "https:\/\/*\/_\/chrome\/*",
                "https:\/\/online.intowords.com\/*",
                "https:\/\/test-online.intowords.com\/*",
                "http:\/\/*.valhalla.local\/*",
                "https:\/\/idp.feide.no\/*",
                "https:\/\/login.emu.dk\/*",
                "https:\/\/signon.vitec-mv.com\/*",
                "https:\/\/signon-test.vitec-mv.com\/*",
                "https:\/\/signon-dev.vitec-mv.com\/*",
                "https:\/\/itw-online-test.intowords.com\/*",
                "https:\/\/itw-online-dev.intowords.com\/*",
                "https:\/\/aselect.entree.kennisnet.nl\/*",
                "https:\/\/ccidfederation.clusius.nl\/*",
                "https:\/\/login.microsoftonline.com\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/fed.skolfederation.se\/",
                "https:\/\/mvidadmin.vitec-mv.com\/*",
                "https:\/\/tfs.vitec.se\/*",
                "https:\/\/*.unilogin.dk\/*",
                "https:\/\/cloudapp.intowords.com\/",
                "https:\/\/cloudapp.intowords.com\/text",
                "https:\/\/cloudapp.intowords.com\/pdf",
                "https:\/\/cloudapp.intowords.com\/templates",
                "https:\/\/cloudapp.intowords.com\/epub"
            ],
            "js": [
                "js\/md5.js",
                "scripts\/content-script.js",
                "js\/vendor\/jquery-2.0.3.min.js",
                "js\/vendor\/jquery-ui-1.10.3.custom.min.js",
                "js\/vendor\/jquery-ui-1.10.4.custom.min.js",
                "js\/vendor\/konva.2.5.0.min.js",
                "js\/vendor\/knockout-2.3.0.js",
                "js\/vendor\/knockout.mapping.js",
                "js\/vendor\/knockout.extensions.js",
                "js\/ViewModel\/MainViewModel.js",
                "js\/Utils\/bindHelpers.js",
                "js\/Utils\/CursorUtils.js",
                "js\/Utils\/Player.js",
                "js\/shortcut.js",
                "js\/main.js",
                "js\/Manager\/ClientManager.js",
                "js\/Manager\/AudioManager.js",
                "js\/Manager\/TextManager.js",
                "js\/Manager\/DictionaryManager.js",
                "js\/General\/Settings.js",
                "js\/General\/Translation.js",
                "js\/ViewModel\/PredictionViewModel.js",
                "js\/rangy-core.js",
                "js\/rangy-cssclassapplier.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "html\/light\/itwpanel.html",
        "html\/light\/predictionspanel.html",
        "html\/light\/itwpanel_docs.html",
        "html\/main\/predictionspanel.html",
        "html\/main\/itwpanel_docs.html",
        "html\/main\/dictionarypanel.html",
        "html\/settings.html",
        "images\/ui-sliderbg_12x7.png",
        "images\/alt_indicator.gif",
        "images\/sprite.png",
        "images\/new_design.png",
        "images\/flags.png",
        "images\/ui-icons_ffffff_256x240.png",
        "images\/resizable_handle.png",
        "images\/collapse.png",
        "images\/expand.png",
        "images\/collapse_02.png",
        "images\/expand_02.png",
        "images\/health.svg",
        "mvlogin.js",
        "js\/Utils\/GoogleDocsHelper.js",
        "js\/Utils\/Office365Helper.js",
        "js\/Utils\/KnockoutStopBinding.js",
        "css\/light\/main.css",
        "css\/light\/main_docs.css",
        "css\/main\/main_docs.css",
        "css\/main\/dictionarytool.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/mvidsignonapi.vitec-mv.com\/ https:\/\/signon.mv-nordic.com 'unsafe-eval'; object-src 'self'"
}