anyLanguage.ai - Instant Language Translator

Translate any text with your custom index + in any text input field and hit your custom hotkey combination.

anyLanguage.ai - Instant Language Translator là gì?

anyLanguage.ai - Instant Language Translator là một tiện ích mở rộng Chrome được phát triển bởi https://anylanguage.ai, và tính năng chính của nó là "Translate any text with your custom index + in any text input field and hit your custom hotkey combination.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng anyLanguage.ai - Instant Language Translator

Tải xuống các tệp mở rộng anyLanguage.ai - Instant Language Translator 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

                        AnyLanguage.ai is an incredibly easy-to-use instant language translator extension for your web browser. With just a few simple steps, you can start translating text on any website:

- Install the AnyLanguage.ai extension from the Chrome Web Store
- Set your preferred hotkey combination and translation index and start to translate on any website - instantly.
- Select text on ANY website and it will automatically translate it on top of the text. You can now disable this feature as well.
- Choose your target language to always translate text to.
- Choose your target language and the duration to show the translated text.

Choosing AnyLanguage.ai comes with numerous benefits:

- No subscription fees - free to use!
- Regular weekly updates to improve performance and features.                    

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

Tên anyLanguage.ai - Instant Language Translator anyLanguage.ai - Instant Language Translator
ID fdobdooapahhogpamooimfeblceimdpd
URL Chính Thức https://chromewebstore.google.com/detail/anylanguageai-instant-lan/fdobdooapahhogpamooimfeblceimdpd
Mô tả Translate any text with your custom index + in any text input field and hit your custom hotkey combination.
Kích Thước Tệp 48.73 KB
Số Lần Cài Đặt 1,508
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2023-05-28
Ngày Phát Hành 2023-04-26
Đánh Giá 4.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://anylanguage.ai
Loại Thanh Toán free
Trang Web Mở Rộng https://www.anylanguage.ai
URL Trang Chính Sách Bảo Mật https://www.anylanguage.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "anyLanguage.ai - Instant Language Translator",
    "version": "5.0",
    "description": "Translate any text with your custom index +   in any text input field and hit your custom hotkey combination.",
    "manifest_version": 3,
    "icons": {
        "48": "images\/favicon-32x32.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/favicon-32x32.png",
        "default_popup": "options.html"
    }
}