Trinka AI for Chrome

Next-gen language & grammar checker

Trinka AI for Chrome là gì?

Trinka AI for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://trinka.ai, và tính năng chính của nó là "Next-gen language & grammar checker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trinka AI for Chrome

Tải xuống các tệp mở rộng Trinka AI for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trinka AI for Chrome Trinka AI for Chrome
ID bbcmnbnmngpeofmpcdlcfalbniefegbp
URL Chính Thức https://chromewebstore.google.com/detail/trinka-ai-for-chrome/bbcmnbnmngpeofmpcdlcfalbniefegbp
Mô tả Next-gen language & grammar checker
Kích Thước Tệp 947 KB
Số Lần Cài Đặt 12,606
Phiên Bản Hiện Tại 0.2.88
Cập Nhật Lần Cuối 2024-02-02
Ngày Phát Hành 2021-02-09
Đánh Giá 3.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://trinka.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trinka.ai/
URL Trang Trợ Giúp https://www.trinka.ai/contactus
URL Trang Chính Sách Bảo Mật https://www.trinka.ai/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}