Trinka AI for Chrome

Next-gen language & grammar checker

¿Qué es Trinka AI for Chrome?

Trinka AI for Chrome es una extensión de Chrome desarrollada por https://trinka.ai, y su función principal es "Next-gen language & grammar checker".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Trinka AI for Chrome

Descarga archivos de extensión Trinka AI for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Trinka AI for Chrome Trinka AI for Chrome
ID bbcmnbnmngpeofmpcdlcfalbniefegbp
URL Oficial https://chromewebstore.google.com/detail/trinka-ai-for-chrome/bbcmnbnmngpeofmpcdlcfalbniefegbp
Descripción Next-gen language & grammar checker
Tamaño del Archivo 947 KB
Cantidad de Instalaciones 12,606
Versión Actual 0.2.88
Última Actualización 2024-02-02
Fecha de Publicación 2021-02-09
Calificación 3.29/5 Total de 14 Calificaciones
Desarrollador https://trinka.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://trinka.ai/
URL de la Página de Ayuda https://www.trinka.ai/contactus
URL de la Página de Política de Privacidad https://www.trinka.ai/privacypolicy
Idiomas Soportados 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"
    ]
}