LEO Translator

This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.

Apa itu LEO Translator?

LEO Translator adalah ekstensi Chrome yang dikembangkan oleh https://www.timodenk.com, dan fitur utamanya adalah "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi LEO Translator

Unduh file ekstensi LEO Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This Chrome extension adds an entry to the right-click menu of any text on any website. Clicking this new row opens the translation service LEO (http://www.leo.org/) in a new tab and shows the translation of the selected text.                    

Informasi Dasar Ekstensi

Nama LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
URL Resmi https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Deskripsi This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Ukuran File 53.91 KB
Jumlah Instalasi 498
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-07-09
Tanggal Publikasi 2016-07-09
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://www.timodenk.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LEO Translator",
    "description": "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}