jellyTranslator

translates all page

What is jellyTranslator?

jellyTranslator is a Chrome extension developed by https://gomjellie.github.io/jelly-translator, and its main feature is "translates all page".

Extension Screenshots

Download jellyTranslator Extension CRX File

Download jellyTranslator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name jellyTranslator jellyTranslator
ID lecfocdhckbmhibflggjmaohgnpdadck
Official URL https://chromewebstore.google.com/detail/jellytranslator/lecfocdhckbmhibflggjmaohgnpdadck
Description translates all page
File Size 398 KB
Installation Count 29
Current Version 2.2.3
Last Updated 2019-12-11
Publish Date 2019-12-09
Rating 4.56/5 Total 9 Ratings
Developer https://gomjellie.github.io/jelly-translator
Email [email protected]
Payment Type free
Extension Website https://gomjellie.github.io/jelly-translator/
Help Page URL https://gomjellie.github.io/jelly-translator/
Supported Languages 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"
            }
        }
    }
}