Spell check

Find misspellings!

Qu'est-ce que Spell check ?

Spell check est une extension Chrome développée par lilo.jacob, et sa fonction principale est "Find misspellings!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spell check

Téléchargez les fichiers d'extension Spell check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Spell check Spell check
ID jebmdjgdkkijogdnalmimaofgpdmhigh
URL Officiel https://chromewebstore.google.com/detail/spell-check/jebmdjgdkkijogdnalmimaofgpdmhigh
Description Find misspellings!
Taille du Fichier 89.66 KB
Nombre d'Installations 14,957
Version Actuelle 1.0.0.5
Dernière Mise à Jour 2013-12-03
Date de Publication 2013-12-02
Évaluation 3.61/5 Total 142 Évaluations
Développeur lilo.jacob
Type de Paiement free
Langues Prises en Charge 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"
}