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
Eメール [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"
            }
        }
    }
}