Spell check

Find misspellings!

Что такое Spell check?

Spell check - это расширение Chrome, разработанное lilo.jacob, и его основная функция - "Find misspellings!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Spell check

Скачайте файлы расширений Spell check в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Spell check Spell check
ID jebmdjgdkkijogdnalmimaofgpdmhigh
Официальный URL https://chromewebstore.google.com/detail/spell-check/jebmdjgdkkijogdnalmimaofgpdmhigh
Описание Find misspellings!
Размер файла 89.66 KB
Количество установок 14,957
Текущая Версия 1.0.0.5
Последнее Обновление 2013-12-03
Дата публикации 2013-12-02
Рейтинг 3.61/5 Всего 142 оценок
Разработчик lilo.jacob
Тип оплаты free
Поддерживаемые языки 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"
}