English Words Suggestions

Suggestions And Autocomplete‬ For English Words

Apa itu English Words Suggestions?

English Words Suggestions adalah ekstensi Chrome yang dikembangkan oleh yehudak, dan fitur utamanya adalah "Suggestions And Autocomplete‬ For English Words".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi English Words Suggestions

Unduh file ekstensi English Words Suggestions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama English Words Suggestions English Words Suggestions
ID mhekbgcogjafjnhmdbbjogpjfhmbgpgb
URL Resmi https://chromewebstore.google.com/detail/english-words-suggestions/mhekbgcogjafjnhmdbbjogpjfhmbgpgb
Deskripsi Suggestions And Autocomplete‬ For English Words
Ukuran File 317 KB
Jumlah Instalasi 193
Versi Saat Ini 0.7
Terakhir Diperbarui 2021-07-09
Tanggal Publikasi 2021-05-21
Penilaian 4.50/5 Total 2 Penilaian
Pengembang yehudak
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}