anyLanguage.ai - Instant Language Translator

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

Qu'est-ce que anyLanguage.ai - Instant Language Translator ?

anyLanguage.ai - Instant Language Translator est une extension Chrome développée par https://anylanguage.ai, et sa fonction principale est "Translate any text with your custom index + in any text input field and hit your custom hotkey combination.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension anyLanguage.ai - Instant Language Translator

Téléchargez les fichiers d'extension anyLanguage.ai - Instant Language Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom anyLanguage.ai - Instant Language Translator anyLanguage.ai - Instant Language Translator
ID fdobdooapahhogpamooimfeblceimdpd
URL Officiel https://chromewebstore.google.com/detail/anylanguageai-instant-lan/fdobdooapahhogpamooimfeblceimdpd
Description Translate any text with your custom index + in any text input field and hit your custom hotkey combination.
Taille du Fichier 48.73 KB
Nombre d'Installations 1,508
Version Actuelle 5.0
Dernière Mise à Jour 2023-05-28
Date de Publication 2023-04-26
Évaluation 4.30/5 Total 10 Évaluations
Développeur https://anylanguage.ai
Type de Paiement free
Site Web de l'Extension https://www.anylanguage.ai
URL de la Page de Politique de Confidentialité https://www.anylanguage.ai/privacy
Langues Prises en Charge 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"
    }
}