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
Eメール [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'"
}