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
官方網址 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"
    }
}