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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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