Yandex spell checker

Проверка орфографии на сайте

What is Yandex spell checker?

Yandex spell checker is a Chrome extension developed by Astramak, and its main feature is "Проверка орфографии на сайте".

Extension Screenshots

screenshot
screenshot
screenshot

Download Yandex spell checker Extension CRX File

Download Yandex spell checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Проверка орфографии на сайте с подсветкой ошибок (не в формах ввода).
Используется API яндекс спеллера                    

Extension Basic Information

Name Yandex spell checker Yandex spell checker
ID fcgealmjicldkjfnjkgnfoofjkpomplo
Official URL https://chromewebstore.google.com/detail/yandex-spell-checker/fcgealmjicldkjfnjkgnfoofjkpomplo
Description Проверка орфографии на сайте
File Size 53.84 KB
Installation Count 4,377
Current Version 1.1.0
Last Updated 2017-04-10
Publish Date 2017-04-10
Rating 4.14/5 Total 7 Ratings
Developer Astramak
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yandex spell checker",
    "version": "1.1.0",
    "minimum_chrome_version": "20.0",
    "description": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0440\u0444\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435",
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19x19.png",
            "38": "images\/icon38x38.png"
        },
        "default_title": "Yandex Speller",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/jquery-1.10.2.min.js",
                "js\/libs\/jquery.scrollTo.min.js",
                "js\/dist\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}