jellyTranslator

translates all page

什么是jellyTranslator?

jellyTranslator是由https://gomjellie.github.io/jelly-translator开发的Chrome扩展程序,该扩展的主要功能是“translates all page”。

扩展截图

下载jellyTranslator扩展crx文件

下载jellyTranslator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

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