Spell check

Find misspellings!

Spell check là gì?

Spell check là một tiện ích mở rộng Chrome được phát triển bởi lilo.jacob, và tính năng chính của nó là "Find misspellings!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Spell check 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

                        Are you sensitive about spelling? Awesome! So do we!
Are you a website designer, a blogger or a tester? Join us on a mission to improve the quality of Internet sources through decreasing the spelling mistakes in web content.
Setup the extension, select a piece of text and check it on context menu. The extension will identify typos in Russian and English and suggest the improvements.                    

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

Tên Spell check Spell check
ID jebmdjgdkkijogdnalmimaofgpdmhigh
URL Chính Thức https://chromewebstore.google.com/detail/spell-check/jebmdjgdkkijogdnalmimaofgpdmhigh
Mô tả Find misspellings!
Kích Thước Tệp 89.66 KB
Số Lần Cài Đặt 14,957
Phiên Bản Hiện Tại 1.0.0.5
Cập Nhật Lần Cuối 2013-12-03
Ngày Phát Hành 2013-12-02
Đánh Giá 3.61/5 Tổng số 142 Đánh Giá
Nhà Phát Triển lilo.jacob
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0.5",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "content\/images\/icon-16.png",
        "48": "content\/images\/icon-48.png",
        "128": "content\/images\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "3rd\/jquery-2.0.3.min.js",
            "background.js",
            "spellChecker.js"
        ]
    },
    "permissions": [
        "https:\/\/speller.yandex.net\/services\/spellservice.json\/checkText",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/css\/popup.css"
            ],
            "js": [
                "3rd\/jquery-2.0.3.min.js",
                "contentScript.js"
            ]
        }
    ],
    "default_locale": "ru"
}