Contextual translator

Select the text and click the right button to translate.

Apa itu Contextual translator?

Contextual translator adalah ekstensi Chrome yang dikembangkan oleh https://n10.dev, dan fitur utamanya adalah "Select the text and click the right button to translate.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Contextual translator

Unduh file ekstensi Contextual 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

                        Impossible easier:

- Select the text you want to translate.
- Press the right mouse button.
- You will get the translation in seconds.

Context menu translator is a free software project.
You can find the source code at:
- https://github.com/edgarmiro/traductor-menu-contextual                    

Informasi Dasar Ekstensi

Nama Contextual translator Contextual translator
ID lonkkphbooogeflneiinlchdpbjmipbn
URL Resmi https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn
Deskripsi Select the text and click the right button to translate.
Ukuran File 41.25 KB
Jumlah Instalasi 5,093
Versi Saat Ini 4.0
Terakhir Diperbarui 2023-12-18
Tanggal Publikasi 2020-03-21
Penilaian 3.83/5 Total 54 Penilaian
Pengembang https://n10.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://n10.dev
Bahasa yang Didukung en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "author": "Edgar Mir\u00f3",
    "homepage_url": "https:\/\/www.n10.dev",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": false,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    }
}