Trinka AI for Chrome

Next-gen language & grammar checker

Trinka AI for Chromeคืออะไร?

Trinka AI for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trinka.ai และคุณลักษณะหลักของมันคือ "Next-gen language & grammar checker"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trinka AI for Chrome

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

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

                        Academic writing needs to be clear, concise, formal, objective, and readable. Trinka, an AI-based writing assistant, helps you improve your writing on all these fronts so your writing can be the best version of itself. It corrects complex grammar errors and goes the extra mile by enhancing your writing for vocabulary, tone, and conciseness.

Drawing on the expertise of highly experienced editors and linguists, it finds errors unique to academic writing that other tools don’t as it is specially designed for academic and technical writing. Our Browser extension corrects and enhances your posts and messages in your favorite websites in real time. Write securely and successfully on the go!

● Works where you write
Trinka AI for Chrome corrects text entered on many academic writing platforms like Authorea and typeset.io, as well as most websites.

● Completely secure & free to use
Chrome Extension is currently offered completely free of cost for individual use. Besides, your data is encrypted with the latest security standards and processed under in a highly secure environment. All data transmission between your browser and our servers is secure. Your data is not shared with any third party.

● Real-time editing
No need to wait for the editor to suggest corrections. Chrome extension enables you to makes corrections as you type.

● Add to dictionary
Add your own words to "My Dictionary" and Trinka will not flag them as spelling errors in your future writing.

● Correct biased or vague language 
Chrome extension corrects biased and insensitive language to avoid criticism and make your point effectively. It also helps you make your writing specific and direct while giving it a formal tone so you can impress your readers.

By installing the extension, you agree to Trinka’s Terms and Conditions and acknowledge that you have read Privacy Policy.                    

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

ชื่อ Trinka AI for Chrome Trinka AI for Chrome
ID bbcmnbnmngpeofmpcdlcfalbniefegbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trinka-ai-for-chrome/bbcmnbnmngpeofmpcdlcfalbniefegbp
คำอธิบาย Next-gen language & grammar checker
ขนาดไฟล์ 947 KB
จำนวนการติดตั้ง 12,606
เวอร์ชันปัจจุบัน 0.2.88
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2021-02-09
คะแนน 3.29/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://trinka.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trinka.ai/
URL หน้าช่วยเหลือ https://www.trinka.ai/contactus
URL หน้านโยบายความเป็นส่วนตัว https://www.trinka.ai/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "Trinka.html"
    },
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_title": "Trinka AI for Chrome"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "src\/css\/Trinka.styles.css",
                "src\/css\/Trinka-popup.styles.css"
            ],
            "js": [
                "src\/js\/Trinka.js",
                "src\/js\/runtime.js",
                "src\/js\/Trinka.styles.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "src\/css\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Next-gen language & grammar checker",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/188.214.128.25\/*",
            "*:\/\/*.trinka.ai\/*"
        ]
    },
    "icons": {
        "16": "assets\/images\/trinka_logo_16.png",
        "24": "assets\/images\/trinka_logo_24.png",
        "32": "assets\/images\/trinka_logo_32.png",
        "48": "assets\/images\/trinka_logo_48.png",
        "64": "assets\/images\/trinka_logo_64.png",
        "128": "assets\/images\/trinka_logo_128.png"
    },
    "manifest_version": 2,
    "name": "Trinka AI for Chrome",
    "version": "0.2.88",
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}