English Words Suggestions

Suggestions And Autocomplete‬ For English Words

English Words Suggestions là gì?

English Words Suggestions là một tiện ích mở rộng Chrome được phát triển bởi yehudak, và tính năng chính của nó là "Suggestions And Autocomplete‬ For English Words".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng English Words Suggestions

Tải xuống các tệp mở rộng English Words Suggestions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên English Words Suggestions English Words Suggestions
ID mhekbgcogjafjnhmdbbjogpjfhmbgpgb
URL Chính Thức https://chromewebstore.google.com/detail/english-words-suggestions/mhekbgcogjafjnhmdbbjogpjfhmbgpgb
Mô tả Suggestions And Autocomplete‬ For English Words
Kích Thước Tệp 317 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2021-07-09
Ngày Phát Hành 2021-05-21
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển yehudak
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}