Spell check

Find misspellings!

Spell checkとは何ですか?

Spell checkはlilo.jacobによって開発されたChromeの拡張機能で、その主な機能は「Find misspellings!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Spell check拡張機能のCRXファイルをダウンロード

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