Translate Panel

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

Qu'est-ce que Translate Panel ?

Translate Panel est une extension Chrome développée par rogramko, et sa fonction principale est "Translate quickly and easily into any language for web pages and PDF.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Translate Panel

Téléchargez les fichiers d'extension Translate Panel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Translate Panel Translate Panel
ID aflonaimcbagfddjbkpbldnpemapkcdk
URL Officiel https://chromewebstore.google.com/detail/translate-panel/aflonaimcbagfddjbkpbldnpemapkcdk
Description Translate quickly and easily into any language for web pages and PDF.
Taille du Fichier 25.34 KB
Nombre d'Installations 11
Version Actuelle 1.1
Dernière Mise à Jour 2022-08-01
Date de Publication 2022-06-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur rogramko
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rogramko/Translate-Panel
URL de la Page d'Aide https://github.com/rogramko/Translate-Panel
Langues Prises en Charge 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
}