Spell Checker for Chrome

Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.

Apa itu Spell Checker for Chrome?

Spell Checker for Chrome adalah ekstensi Chrome yang dikembangkan oleh Smart Software, dan fitur utamanya adalah "Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Spell Checker for Chrome

Unduh file ekstensi Spell Checker for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This is a spell checker extension for Chrome. 
It's easy to use and fast. 
This extension supports 25 languages for spell check. It's a tool to check spellings of words and come up with suggestions for misspelled words.

*User defined shortcuts, color
*User dictionary support
*Chrome contextmenu support
*User-friendly spell edit interface
*Support languages
Danish, Dutch, English, Finnish, French, German, Italian, Polish, Portuguese, Russian, Spanish, Swedish.. and more.
This extension works with minimal permissions since 2011.

#UPDATES
*2019-01
Compatibility update with Chrome 73+

*2016-02
Danish, Finnish, Spanish spell check problem is fixed.
English spell check performance is improved.

http://iblogbox.com/chrome/spellcheck                    

Informasi Dasar Ekstensi

Nama Spell Checker for Chrome Spell Checker for Chrome
ID jfpdnkkdgghlpdgldicfgnnnkhdfhocg
URL Resmi https://chromewebstore.google.com/detail/spell-checker-for-chrome/jfpdnkkdgghlpdgldicfgnnnkhdfhocg
Deskripsi Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.
Ukuran File 80.1 KB
Jumlah Instalasi 179,080
Versi Saat Ini 0.9.4.3
Terakhir Diperbarui 2022-11-19
Tanggal Publikasi 2020-04-11
Penilaian 3.46/5 Total 904 Penilaian
Pengembang Smart Software
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://iblogbox.com/chrome/spellcheck
URL Halaman Kebijakan Privasi http://iblogbox.com/chrome/tos.php
Bahasa yang Didukung de,en,fr,nl,no,da,es,it,hu,pl,pt-BR,ro,sk,fi,sv,cs,el,ru,uk,iw,ta,th,ar,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/option.js"
            ],
            "matches": [
                "*:\/\/iblogbox.com\/chrome\/spellcheck\/option\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/spellcheck.js"
            ],
            "matches": [
                "*:\/\/iblogbox.com\/chrome\/spellcheck\/ext\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_ext_name__"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "name": "__MSG_ext_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/languagetool.org\/*",
        "*:\/\/*.languagetool.org\/*",
        "*:\/\/*.pusan.ac.kr\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "0.9.4.3"
}