Quick access to Translator

Quick access to Google Translate

Quick access to Translator란 무엇입니까?

Quick access to Translator은(는) https://liuwanle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to Google Translate"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick access to Translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        基于 http://bbs.kafan.cn/thread-1559071-1-1.html 发布的不常驻进程轻量版本                    

확장 프로그램 기본 정보

이름 Quick access to Translator Quick access to Translator
ID ibegoepejbbhepngfhhfcopelpjognfj
공식 URL https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj
설명 Quick access to Google Translate
파일 크기 10.67 KB
설치 횟수 58
현재 버전 3.1.3
최근 업데이트 2018-09-20
출시 날짜 2018-09-19
개발자 https://liuwanle.com
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Open Translator"
    },
    "description": "Quick access to Google Translate",
    "homepage_url": "http:\/\/bbs.kafan.cn\/thread-1559071-1-1.html",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Quick access to Translator",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "3.1.3"
}