Translate Panel

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

Cos'è Translate Panel?

Translate Panel è un'estensione di Chrome sviluppata da rogramko, e la sua funzione principale è "Translate quickly and easily into any language for web pages and PDF.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Translate Panel

Scarica i file di estensione Translate Panel 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

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

Informazioni di Base sull'Estensione

Nome Translate Panel Translate Panel
ID aflonaimcbagfddjbkpbldnpemapkcdk
URL Ufficiale https://chromewebstore.google.com/detail/translate-panel/aflonaimcbagfddjbkpbldnpemapkcdk
Descrizione Translate quickly and easily into any language for web pages and PDF.
Dimensione del File 25.34 KB
Conteggio Installazioni 11
Versione Corrente 1.1
Ultimo Aggiornamento 2022-08-01
Data di Pubblicazione 2022-06-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore rogramko
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rogramko/Translate-Panel
URL della Pagina di Aiuto https://github.com/rogramko/Translate-Panel
Lingue Supportate 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
}