Translate Panel

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

What is Translate Panel?

Translate Panel is a Chrome extension developed by rogramko, and its main feature is "Translate quickly and easily into any language for web pages and PDF.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Translate Panel Extension CRX File

Download Translate Panel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Translate Panel Translate Panel
ID aflonaimcbagfddjbkpbldnpemapkcdk
Official URL https://chromewebstore.google.com/detail/translate-panel/aflonaimcbagfddjbkpbldnpemapkcdk
Description Translate quickly and easily into any language for web pages and PDF.
File Size 25.34 KB
Installation Count 11
Current Version 1.1
Last Updated 2022-08-01
Publish Date 2022-06-28
Rating 5.00/5 Total 3 Ratings
Developer rogramko
Email [email protected]
Payment Type free
Extension Website https://github.com/rogramko/Translate-Panel
Help Page URL https://github.com/rogramko/Translate-Panel
Supported Languages 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
}