Partial Page Translation

Changes the selected text on the browser to a desired language.

Apa itu Partial Page Translation?

Partial Page Translation adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Changes the selected text on the browser to a desired language.".

Unduh Berkas CRX Ekstensi Partial Page Translation

Unduh file ekstensi Partial Page Translation 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

                        Need to translate part of a page (but not the entire thing)? Partial Page Translation is for you.
Ideal for people learning languages that need to translate a phrase here or there.

Select text, right click, translate. New text will appear on the page itself.                    

Informasi Dasar Ekstensi

Nama Partial Page Translation Partial Page Translation
ID oigbdcfeaabngmnlneokfcacklmpkofj
URL Resmi https://chromewebstore.google.com/detail/partial-page-translation/oigbdcfeaabngmnlneokfcacklmpkofj
Deskripsi Changes the selected text on the browser to a desired language.
Ukuran File 10.3 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-07-11
Tanggal Publikasi 2016-07-10
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Partial Page Translation",
    "description": "Changes the selected text on the browser to a desired language.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "16px.png",
        "48": "48px.png",
        "128": "128px.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Select Translate",
        "default_popup": "popup.html"
    }
}