Translate Panel

Translate quickly and easily into any language for web pages and PDF.

Apa itu Translate Panel?

Translate Panel adalah ekstensi Chrome yang dikembangkan oleh rogramko, dan fitur utamanya adalah "Translate quickly and easily into any language for web pages and PDF.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Translate Panel

Unduh file ekstensi Translate Panel 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

                        Translate quickly and easily into the language you want with one click, without having to switch to different tabs.                    

Informasi Dasar Ekstensi

Nama Translate Panel Translate Panel
ID aflonaimcbagfddjbkpbldnpemapkcdk
URL Resmi https://chromewebstore.google.com/detail/translate-panel/aflonaimcbagfddjbkpbldnpemapkcdk
Deskripsi Translate quickly and easily into any language for web pages and PDF.
Ukuran File 25.34 KB
Jumlah Instalasi 11
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-08-01
Tanggal Publikasi 2022-06-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang rogramko
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rogramko/Translate-Panel
URL Halaman Bantuan https://github.com/rogramko/Translate-Panel
Bahasa yang Didukung en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "tpBackground.js"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "tpContent.js"
            ]
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png",
        "512": "512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128-white.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}