Fanyi Translate

Translate Chinese into English via the context menu using the Youdao Translation API.

Cos'è Fanyi Translate?

Fanyi Translate è un'estensione di Chrome sviluppata da Pete Alexandrou, e la sua funzione principale è "Translate Chinese into English via the context menu using the Youdao Translation API.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fanyi Translate

Scarica i file di estensione Fanyi Translate 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 Fanyi Translate Fanyi Translate
ID dbcbebgoppcdljgcijmhpmjaclbbldpp
URL Ufficiale https://chromewebstore.google.com/detail/fanyi-translate/dbcbebgoppcdljgcijmhpmjaclbbldpp
Descrizione Translate Chinese into English via the context menu using the Youdao Translation API.
Dimensione del File 170 KB
Conteggio Installazioni 235
Versione Corrente 3.0
Ultimo Aggiornamento 2016-02-10
Data di Pubblicazione 2016-02-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Pete Alexandrou
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/fanyi.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fanyi.youdao.com; object-src 'self' 'unsafe-eval'",
    "description": "Translate Chinese into English via the context menu using the Youdao Translation API.",
    "icons": {
        "128": "icons\/Fanyi_128.png",
        "16": "icons\/Fanyi_16.png",
        "32": "icons\/Fanyi_32.png",
        "48": "icons\/Fanyi_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAksROB\/gj7SzCDFFzvDu1kHHw\/a1w6ZAKG14BdrNO0aLSViejKWVBKm\/IQwqhkpsYKdWNLotAz73Yg0KxBgX6gqcwWjLUro2lVCDfKBNu29kcjgDU9Ei98\/Z3Iz5fGI\/JeC5TrCC3O66yMHZd66atty\/NZC4vS63KB2hAYPfMqMNUQ\/HOh373WIUP5UXZVESj+tDqEGeKHTjMGxuPk4pySP3+S7c8KXhTVmikIsjo\/9rPzOiVKlROImJB9V5JRom3OtTeY1BKduk0BUSTfUOSWpVoSEVzp69QI6EwLYZA3QPwbzOCMFQUaEjNeJ3IgtpWQdkLQ6\/gsDd4wgpgw\/TrJwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.472",
    "name": "Fanyi Translate",
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0"
}