Trinka AI for Chrome

Next-gen language & grammar checker

What is Trinka AI for Chrome?

Trinka AI for Chrome is a Chrome extension developed by https://trinka.ai, and its main feature is "Next-gen language & grammar checker".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Trinka AI for Chrome Extension CRX File

Download Trinka AI for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trinka AI for Chrome Trinka AI for Chrome
ID bbcmnbnmngpeofmpcdlcfalbniefegbp
Official URL https://chromewebstore.google.com/detail/trinka-ai-for-chrome/bbcmnbnmngpeofmpcdlcfalbniefegbp
Description Next-gen language & grammar checker
File Size 947 KB
Installation Count 12,606
Current Version 0.2.88
Last Updated 2024-02-02
Publish Date 2021-02-09
Rating 3.29/5 Total 14 Ratings
Developer https://trinka.ai
Email [email protected]
Payment Type free
Extension Website https://trinka.ai/
Help Page URL https://www.trinka.ai/contactus
Privacy Policy Page URL https://www.trinka.ai/privacypolicy
Supported Languages 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"
    ]
}