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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.trinka.ai/contactus
عنوان صفحة سياسة الخصوصية 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"
    ]
}