jellyTranslator

translates all page

jellyTranslator란 무엇입니까?

jellyTranslator은(는) https://gomjellie.github.io/jelly-translator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "translates all page"입니다.

확장 프로그램 스크린샷

jellyTranslator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "젤리 트랜스레이터"는 직관적이고 편리한 번역 인터페이스를 제공합니다.                    

확장 프로그램 기본 정보

이름 jellyTranslator jellyTranslator
ID lecfocdhckbmhibflggjmaohgnpdadck
공식 URL https://chromewebstore.google.com/detail/jellytranslator/lecfocdhckbmhibflggjmaohgnpdadck
설명 translates all page
파일 크기 398 KB
설치 횟수 29
현재 버전 2.2.3
최근 업데이트 2019-12-11
출시 날짜 2019-12-09
평점 4.56/5 총 9 개의 평점
개발자 https://gomjellie.github.io/jelly-translator
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gomjellie.github.io/jelly-translator/
도움말 페이지 URL https://gomjellie.github.io/jelly-translator/
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jellyTranslator",
    "description": "translates all page",
    "version": "2.2.3",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/translate.google.com\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "src\/icons\/jelly translator icon16.png",
        "48": "src\/icons\/jelly translator icon48.png",
        "128": "src\/icons\/jelly translator icon128.png"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    }
}