English Words Suggestions

Suggestions And Autocomplete‬ For English Words

English Words Suggestions क्या है?

English Words Suggestions yehudak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suggestions And Autocomplete‬ For English Words"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में English Words Suggestions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम English Words Suggestions English Words Suggestions
ID mhekbgcogjafjnhmdbbjogpjfhmbgpgb
आधिकारिक URL https://chromewebstore.google.com/detail/english-words-suggestions/mhekbgcogjafjnhmdbbjogpjfhmbgpgb
विवरण Suggestions And Autocomplete‬ For English Words
फ़ाइल का आकार 317 KB
स्थापना संख्या 193
वर्तमान संस्करण 0.7
अंतिम अपडेट 2021-07-09
प्रकाशन तिथि 2021-05-21
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर yehudak
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}