jellyTranslator

translates all page

Qu'est-ce que jellyTranslator ?

jellyTranslator est une extension Chrome développée par https://gomjellie.github.io/jelly-translator, et sa fonction principale est "translates all page".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension jellyTranslator

Téléchargez les fichiers d'extension jellyTranslator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom jellyTranslator jellyTranslator
ID lecfocdhckbmhibflggjmaohgnpdadck
URL Officiel https://chromewebstore.google.com/detail/jellytranslator/lecfocdhckbmhibflggjmaohgnpdadck
Description translates all page
Taille du Fichier 398 KB
Nombre d'Installations 29
Version Actuelle 2.2.3
Dernière Mise à Jour 2019-12-11
Date de Publication 2019-12-09
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://gomjellie.github.io/jelly-translator
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gomjellie.github.io/jelly-translator/
URL de la Page d'Aide https://gomjellie.github.io/jelly-translator/
Langues Prises en Charge 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"
            }
        }
    }
}