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?

anyLanguage.ai - Instant Language Translator - это расширение Chrome, разработанное https://anylanguage.ai, и его основная функция - "Translate any text with your custom index + in any text input field and hit your custom hotkey combination.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения anyLanguage.ai - Instant Language Translator

Скачайте файлы расширений anyLanguage.ai - Instant Language Translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название anyLanguage.ai - Instant Language Translator anyLanguage.ai - Instant Language Translator
ID fdobdooapahhogpamooimfeblceimdpd
Официальный URL https://chromewebstore.google.com/detail/anylanguageai-instant-lan/fdobdooapahhogpamooimfeblceimdpd
Описание Translate any text with your custom index + in any text input field and hit your custom hotkey combination.
Размер файла 48.73 KB
Количество установок 1,508
Текущая Версия 5.0
Последнее Обновление 2023-05-28
Дата публикации 2023-04-26
Рейтинг 4.30/5 Всего 10 оценок
Разработчик https://anylanguage.ai
Тип оплаты free
Официальный сайт расширения https://www.anylanguage.ai
URL страницы политики конфиденциальности https://www.anylanguage.ai/privacy
Поддерживаемые языки 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"
    }
}