Google Translate in Sidepanel

Open Google Translate in sidepanel

Qu'est-ce que Google Translate in Sidepanel ?

Google Translate in Sidepanel est une extension Chrome développée par agtranslate, et sa fonction principale est "Open Google Translate in sidepanel".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Translate in Sidepanel

Téléchargez les fichiers d'extension Google Translate in Sidepanel 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 the selected text or the entire webpage
Translate image
Translate document
Chat with GPT                    

Informations de Base sur l'Extension

Nom Google Translate in Sidepanel Google Translate in Sidepanel
ID lopnbnfpjmgpbppclhclehhgafnifija
URL Officiel https://chromewebstore.google.com/detail/google-translate-in-sidep/lopnbnfpjmgpbppclhclehhgafnifija
Description Open Google Translate in sidepanel
Taille du Fichier 4.94 MB
Nombre d'Installations 85,464
Version Actuelle 4.0.5
Dernière Mise à Jour 2024-01-10
Date de Publication 2022-05-10
Évaluation 4.00/5 Total 22 Évaluations
Développeur agtranslate
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.aginnov.com/privacy.html
Langues Prises en Charge id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Translate in Sidepanel",
    "description": "Open Google Translate in sidepanel",
    "options_page": "options.html",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon-38.png"
    },
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "droppanel.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "tabs",
        "scripting",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "CMD_DOWNLOAD_CURRENT_TAB": {
            "suggested_key": "Alt+T",
            "description": "Translate current page"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "img\/*.png",
                "img\/*.jpg",
                "aiscripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "4.0.5"
}