jellyTranslator

translates all page

Cos'è jellyTranslator?

jellyTranslator è un'estensione di Chrome sviluppata da https://gomjellie.github.io/jelly-translator, e la sua funzione principale è "translates all page".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione jellyTranslator

Scarica i file di estensione jellyTranslator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome jellyTranslator jellyTranslator
ID lecfocdhckbmhibflggjmaohgnpdadck
URL Ufficiale https://chromewebstore.google.com/detail/jellytranslator/lecfocdhckbmhibflggjmaohgnpdadck
Descrizione translates all page
Dimensione del File 398 KB
Conteggio Installazioni 29
Versione Corrente 2.2.3
Ultimo Aggiornamento 2019-12-11
Data di Pubblicazione 2019-12-09
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore https://gomjellie.github.io/jelly-translator
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gomjellie.github.io/jelly-translator/
URL della Pagina di Aiuto https://gomjellie.github.io/jelly-translator/
Lingue Supportate 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"
            }
        }
    }
}