jellyTranslator

translates all page

Wat is jellyTranslator?

jellyTranslator is een Chrome-extensie ontwikkeld door https://gomjellie.github.io/jelly-translator, en de belangrijkste functie is "translates all page".

Extensie Screenshots

Download het CRX-bestand van de extensie jellyTranslator

Download jellyTranslator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam jellyTranslator jellyTranslator
ID lecfocdhckbmhibflggjmaohgnpdadck
Officiële URL https://chromewebstore.google.com/detail/jellytranslator/lecfocdhckbmhibflggjmaohgnpdadck
Beschrijving translates all page
Bestandsgrootte 398 KB
Aantal Installaties 29
Huidige Versie 2.2.3
Laatst Bijgewerkt 2019-12-11
Publicatiedatum 2019-12-09
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar https://gomjellie.github.io/jelly-translator
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gomjellie.github.io/jelly-translator/
Help Pagina-URL https://gomjellie.github.io/jelly-translator/
Ondersteunde Talen 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"
            }
        }
    }
}