English Words Suggestions

Suggestions And Autocomplete‬ For English Words

English Words Suggestionsคืออะไร?

English Words Suggestions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yehudak และคุณลักษณะหลักของมันคือ "Suggestions And Autocomplete‬ For English Words"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย English Words Suggestions

ดาวน์โหลดไฟล์ส่วนขยาย English Words Suggestions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}