Bridge Translate App

Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.

Cos'è Bridge Translate App?

Bridge Translate App è un'estensione di Chrome sviluppata da https://xenosi.de, e la sua funzione principale è "Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bridge Translate App

Scarica i file di estensione Bridge Translate App 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 foreign language.
to Japanese, from Japanese result is great.
Foreign -> Japanese -> Your language result is not bad.
This app can 'Bridged' Translate.                    

Informazioni di Base sull'Estensione

Nome Bridge Translate App Bridge Translate App
ID icdahkkjdchifpnbebileaelbcgipepe
URL Ufficiale https://chrome.google.com/webstore/detail/%EB%B8%8C%EB%A6%BF%EC%A7%80-%EB%B2%88%EC%97%AD-%EC%95%B1/icdahkkjdchifpnbebileaelbcgipepe
Descrizione Foreign -> Japanese -> Your language result is not bad. This app can 'Bridged' Translation.
Dimensione del File 42.76 KB
Conteggio Installazioni 5,228
Versione Corrente 0.56
Ultimo Aggiornamento 2022-06-04
Data di Pubblicazione 2020-01-06
Valutazione 4.63/5 Totale 71 Valutazioni
Sviluppatore https://xenosi.de
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://xenosi.de/texttransbridge/
URL della Pagina della Politica sulla Privacy https://xenosi.de/privacyext.html
Lingue Supportate en,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ko",
    "name": "__MSG_extName__",
    "short_name": "BridgeTranslate",
    "description": "__MSG_extDescription__",
    "version": "0.56",
    "icons": {
        "16": "image\/16x16.png",
        "48": "image\/48x48.png",
        "128": "image\/128x128.png"
    },
    "action": {
        "default_icon": {
            "19": "image\/19x19.png",
            "38": "image\/38x38.png"
        },
        "default_popup": "xeno_popup.html"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script\/trans.lib.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}