Korektor Spellchecker
Allow using Korektor service on editable controls.
Korektor Spellcheckerคืออะไร?
Korektor Spellchecker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Allow using Korektor service on editable controls."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Korektor Spellchecker
ดาวน์โหลดไฟล์ส่วนขยาย Korektor Spellchecker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Korektor Spellchecker extension allows using Korektor service (spellchecker and occassional grammarchecker developed at Institute of Formal and Applied Linguistics, Charles University in Prague) on any editable input fields of web pages. The extension allows either directly correcting the content, or showing a dialog with suggested corrections. Note that the dialog with suggestions is injected directly into the original page, so there can be various problems on untested sites. However, the extension seem to work fine on many sites. Although the sources of Korektor service and this extension are available under BSD-3-Clause license, please respect the CC BY-SA-NC licence of the spellchecking models. Korekor service is described at https://lindat.mff.cuni.cz/services/korektor/ , the Korektor itself is available from http://ufal.mff.cuni.cz/korektor .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Korektor Spellchecker |
ID | clbjpfehpgcfakbadjendaebmhooiecl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/korektor-spellchecker/clbjpfehpgcfakbadjendaebmhooiecl |
คำอธิบาย | Allow using Korektor service on editable controls. |
ขนาดไฟล์ | 62.15 KB |
จำนวนการติดตั้ง | 186 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2017-11-13 |
วันที่เผยแพร่ | 2017-11-13 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ufal.mff.cuni.cz/korektor |
ภาษาที่รองรับ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } }, "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "default_locale": "en", "version": "1.1.0", "homepage_url": "https:\/\/ufal.mff.cuni.cz\/korektor", "icons": { "48": "korektor_48.png", "128": "korektor_128.png" }, "offline_enabled": false, "permissions": [ "activeTab", "contextMenus", "https:\/\/lindat.mff.cuni.cz\/" ], "minimum_chrome_version": "23", "background": { "scripts": [ "korektor.js" ] } } |