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文件

下载IntoWords扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}