1-Click Translator

A Translate Browser Extension

1-Click Translator란 무엇입니까?

1-Click Translator은(는) huling4u에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Translate Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

1-Click Translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A very simple Google browser plug-in, select the words or statements to be translated, and randomly obtain the query results from the free translation service provider.Support more than 16 translation engines, including Google, Baidu, etc.                    

확장 프로그램 기본 정보

이름 1-Click Translator 1-Click Translator
ID ofbjheffhcmloemhpdlnnjhhfenidnap
공식 URL https://chromewebstore.google.com/detail/1-click-translator/ofbjheffhcmloemhpdlnnjhhfenidnap
설명 A Translate Browser Extension
파일 크기 571 KB
설치 횟수 24
현재 버전 0.24.01
최근 업데이트 2024-02-24
출시 날짜 2022-11-22
개발자 huling4u
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Click the mouse to select words and sentences, and click the button to get the translation",
        "default_popup": "www\/index.html#\/options"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "page-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "1-Click Translator",
    "short_name": "1-Click Translator",
    "description": "A Translate Browser Extension",
    "version": "0.24.01"
}