Karenina Multilingual AI Grammar Checker

Performs AI style & grammar correction for English, Spanish, French, German, Chinese, Japanese & more!

Karenina Multilingual AI Grammar Checkerคืออะไร?

Karenina Multilingual AI Grammar Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.karenina.io และคุณลักษณะหลักของมันคือ "Performs AI style & grammar correction for English, Spanish, French, German, Chinese, Japanese & more!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Karenina Multilingual AI Grammar Checker

ดาวน์โหลดไฟล์ส่วนขยาย Karenina Multilingual AI Grammar Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Karenina IO extension performs AI style & grammar correction for English, Spanish, French, German, Chinese, Japanese & more!

Languages 
* English, Spanish, French, Chinese, German, Japanese
* Soon to be added: Arabic, Russian, Italian 

Hotkeys
* Alt+C: On any webpage copies selected text onto karenina.io and performs correction
* Alt+V: On karenina.io pastes the corrected text back into the original webpage
* You can click to toggle between the original and corrected version of each highlighted correction 

Performance 
* Our AI tries aggressively to make text standard and concise, making stylistic corrections far beyond basic spelling and grammar 
* You're responsible for editing the corrections and making sure it meets your standard 

About
* We're an AI startup founded by Stanford University alumni dedicated to breaking down barriers between languages and cultures
* Paul Shen, Wavelets LLC, [email protected]

2020 (c) Wavelets LLC                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Karenina Multilingual AI Grammar Checker Karenina Multilingual AI Grammar Checker
ID fkjahhehbehlijcehipnhpjhldcajban
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/karenina-multilingual-ai/fkjahhehbehlijcehipnhpjhldcajban
คำอธิบาย Performs AI style & grammar correction for English, Spanish, French, German, Chinese, Japanese & more!
ขนาดไฟล์ 93.77 KB
จำนวนการติดตั้ง 270
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2020-05-19
วันที่เผยแพร่ 2020-05-19
ผู้พัฒนา https://www.karenina.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Karenina Multilingual AI Grammar Checker",
    "description": "Performs AI style & grammar correction for English, Spanish, French, German, Chinese, Japanese & more!",
    "version": "0.9",
    "permissions": [
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "select": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "On any webpage copies selected text onto karenina.io and performs correction "
        },
        "write": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "On karenina.io pastes the corrected text back into the original webpage "
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.karenina.io\/"
            ],
            "js": [
                "karenina.js",
                "js\/http_ajax.googleapis.com_ajax_libs_jquery_3.4.1_jquery.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "manifest_version": 2
}