IntoWords

Intowords for Google Chrome - Reading and writing made easy

Co je IntoWords?

IntoWords je rozšíření Chrome vyvinuté http://vitec-mv.com, a jeho hlavní funkcí je „Intowords for Google Chrome - Reading and writing made easy“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření IntoWords

Stáhněte si soubory rozšíření IntoWords ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název IntoWords IntoWords
ID nfphpgdlkoindbccbdmilopgeafllemo
Oficiální URL https://chrome.google.com/webstore/detail/intowords/nfphpgdlkoindbccbdmilopgeafllemo
Popis Intowords for Google Chrome - Reading and writing made easy
Velikost souboru 998 KB
Počet instalací 52,648
Aktuální Verze 2.10.8
Poslední Aktualizace 2022-12-15
Datum Vydání 2020-03-10
Hodnocení 3.01/5 Celkem 139 Hodnocení
Vývojář http://vitec-mv.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.vitec-mv.com/dk/support/intowords-cloud/
URL Stránky Zásad Ochrany Soukromí https://www.vitec-mv.com/dk/betingelser-og-vilkar/privatlivspolitik
Podporované Jazyky 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'"
}