English Words Suggestions

Suggestions And Autocomplete‬ For English Words

Wat is English Words Suggestions?

English Words Suggestions is een Chrome-extensie ontwikkeld door yehudak, en de belangrijkste functie is "Suggestions And Autocomplete‬ For English Words".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie English Words Suggestions

Download English Words Suggestions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This plugin will show you as you type an English words suggestions and completions
*Especially helps to complete complex or long words

How To Use:
Start writing and click Ctrl + Space buttons together to see the popup with word suggestions
click and select one of the words suggestions, or keep edit your text to see different words suggestions.                    

Basisinformatie over de Extensie

Naam English Words Suggestions English Words Suggestions
ID mhekbgcogjafjnhmdbbjogpjfhmbgpgb
Officiële URL https://chromewebstore.google.com/detail/english-words-suggestions/mhekbgcogjafjnhmdbbjogpjfhmbgpgb
Beschrijving Suggestions And Autocomplete‬ For English Words
Bestandsgrootte 317 KB
Aantal Installaties 193
Huidige Versie 0.7
Laatst Bijgewerkt 2021-07-09
Publicatiedatum 2021-05-21
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar yehudak
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "English Words Suggestions",
    "description": "Suggestions And Autocomplete\u202c For English Words",
    "version": "0.7",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webcomponents-bundle.js",
                "runtime-main.f579f4e6.js",
                "2.97e37b04.chunk.js",
                "main.9f87e94d.chunk.js"
            ]
        }
    ]
}