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はhttps://anylanguage.aiによって開発されたChromeの拡張機能で、その主な機能は「Translate any text with your custom index + in any text input field and hit your custom hotkey combination.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

anyLanguage.ai - Instant Language Translator拡張機能のCRXファイルをダウンロード

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"
    }
}