Parallel Text

Your language learning co-pilot

¿Qué es Parallel Text?

Parallel Text es una extensión de Chrome desarrollada por ienablemuch.cws.dev, y su función principal es "Your language learning co-pilot".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Parallel Text

Descarga archivos de extensión Parallel Text en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Translate languages to the sidebar

To use on Android:
* Install Kiwi from https://play.google.com/store/apps/details?id=com.kiwibrowser.browser
* Install Parallel Text from https://chrome.google.com/webstore/detail/parallel-text/ccmjdgjljbhkkhhgdabpdkjhnningbdc

To use on Safari for iPhone, iPad, and Mac:
* Install Parallel Text from https://apps.apple.com/app/parallel-text/id6446043517

Note:
Use only on Chrome, Safari, and Chrome-compatible browsers, except Microsoft Edge. Microsoft Edge does not have a capability to translate a portion of the page only, it always translate the whole page, which makes creating parallel text not possible

https://www.reddit.com/r/languagelearning/comments/11qw5ub/parallel_text/                    

Información Básica de la Extensión

Nombre Parallel Text Parallel Text
ID ccmjdgjljbhkkhhgdabpdkjhnningbdc
URL Oficial https://chromewebstore.google.com/detail/parallel-text/ccmjdgjljbhkkhhgdabpdkjhnningbdc
Descripción Your language learning co-pilot
Tamaño del Archivo 60.15 KB
Cantidad de Instalaciones 127
Versión Actual 1.3.0
Última Actualización 2023-09-29
Fecha de Publicación 2023-03-04
Desarrollador ienablemuch.cws.dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,en,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,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.0",
    "action": {
        "default_icon": "parallel-text.png"
    },
    "icons": {
        "128": "parallel-text.png"
    },
    "background": {
        "service_worker": "parallel-text--background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "common.mjs",
                "constants.mjs",
                "content-script.mjs",
                "notification.mjs",
                "page-utils.mjs",
                "parallel-text.mjs",
                "sidebar-utils.mjs"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}