Google Translate Right Click

Add a context menu item to translate for selected text at Google Translate.

Cos'è Google Translate Right Click?

Google Translate Right Click è un'estensione di Chrome sviluppata da https://sites.google.com/site/tientx, e la sua funzione principale è "Add a context menu item to translate for selected text at Google Translate.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Google Translate Right Click

Scarica i file di estensione Google Translate Right Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Support multi-language via Google Translate                    

Informazioni di Base sull'Estensione

Nome Google Translate Right Click Google Translate Right Click
ID blbkkgcankcmdleleianggnfooalbjof
URL Ufficiale https://chromewebstore.google.com/detail/google-translate-right-cl/blbkkgcankcmdleleianggnfooalbjof
Descrizione Add a context menu item to translate for selected text at Google Translate.
Dimensione del File 29.05 KB
Conteggio Installazioni 1,442
Versione Corrente 0.83
Ultimo Aggiornamento 2020-07-14
Data di Pubblicazione 2020-06-28
Valutazione 4.50/5 Totale 10 Valutazioni
Sviluppatore https://sites.google.com/site/tientx
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js",
            "js\/common\/languages.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "googletranslate_128x128.png"
        },
        "default_popup": "options.html",
        "default_title": "Select the text you would like to translate, right mouse click and choose Google Translate"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/common\/languages.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add a context menu item to translate for selected text at Google Translate.",
    "icons": {
        "128": "googletranslate_128x128.png"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "6",
    "name": "Google Translate Right Click",
    "permissions": [
        "contextMenus",
        "windows",
        "storage",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.83",
    "manifest_version": 2
}