Spell Checker for Chrome
Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.
什麼是Spell Checker for Chrome?
Spell Checker for Chrome是由Smart Software開發的Chrome擴展程式,該擴展的主要功能是“Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.”。
擴展截圖
下載Spell Checker for Chrome擴展crx文件
下載Spell Checker for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Spell Checker for Chrome |
ID | jfpdnkkdgghlpdgldicfgnnnkhdfhocg |
官方網址 | https://chromewebstore.google.com/detail/spell-checker-for-chrome/jfpdnkkdgghlpdgldicfgnnnkhdfhocg |
簡介 | Spell Checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check. |
檔案大小 | 80.1 KB |
安裝次數 | 179,080 |
目前版本 | 0.9.4.3 |
更新時間 | 2022-11-19 |
上架時間 | 2020-04-11 |
評分 | 3.46/5 共 904 次評分 |
開發者 | Smart Software |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://iblogbox.com/chrome/spellcheck |
隱私政策頁面URL | http://iblogbox.com/chrome/tos.php |
支援的語言 | 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" } |