Parallel Text

Your language learning co-pilot

What is Parallel Text?

Parallel Text is a Chrome extension developed by ienablemuch.cws.dev, and its main feature is "Your language learning co-pilot".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Parallel Text Extension CRX File

Download Parallel Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Parallel Text Parallel Text
ID ccmjdgjljbhkkhhgdabpdkjhnningbdc
Official URL https://chromewebstore.google.com/detail/parallel-text/ccmjdgjljbhkkhhgdabpdkjhnningbdc
Description Your language learning co-pilot
File Size 60.15 KB
Installation Count 127
Current Version 1.3.0
Last Updated 2023-09-29
Publish Date 2023-03-04
Developer ienablemuch.cws.dev
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}