One-Click Translate Selection

Simply select some text and translate from context menu

Apa itu One-Click Translate Selection?

One-Click Translate Selection adalah ekstensi Chrome yang dikembangkan oleh Christo Tsvetanov, dan fitur utamanya adalah "Simply select some text and translate from context menu".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi One-Click Translate Selection

Unduh file ekstensi One-Click Translate Selection 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

                        Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.                    

Informasi Dasar Ekstensi

Nama One-Click Translate Selection One-Click Translate Selection
ID cioclchdhgppnbpapkicbhlhbeldplld
URL Resmi https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld
Deskripsi Simply select some text and translate from context menu
Ukuran File 44.61 KB
Jumlah Instalasi 10,000
Versi Saat Ini 3.02
Terakhir Diperbarui 2022-12-31
Tanggal Publikasi 2015-07-24
Penilaian 2.95/5 Total 22 Penilaian
Pengembang Christo Tsvetanov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One-Click Translate Selection",
    "description": "Simply select some text and translate from context menu",
    "version": "3.02",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}