English Words Suggestions

Suggestions And Autocomplete‬ For English Words

Qu'est-ce que English Words Suggestions ?

English Words Suggestions est une extension Chrome développée par yehudak, et sa fonction principale est "Suggestions And Autocomplete‬ For English Words".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension English Words Suggestions

Téléchargez les fichiers d'extension English Words Suggestions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom English Words Suggestions English Words Suggestions
ID mhekbgcogjafjnhmdbbjogpjfhmbgpgb
URL Officiel https://chromewebstore.google.com/detail/english-words-suggestions/mhekbgcogjafjnhmdbbjogpjfhmbgpgb
Description Suggestions And Autocomplete‬ For English Words
Taille du Fichier 317 KB
Nombre d'Installations 193
Version Actuelle 0.7
Dernière Mise à Jour 2021-07-09
Date de Publication 2021-05-21
Évaluation 4.50/5 Total 2 Évaluations
Développeur yehudak
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}