Parallel Text

Your language learning co-pilot

Qu'est-ce que Parallel Text ?

Parallel Text est une extension Chrome développée par ienablemuch.cws.dev, et sa fonction principale est "Your language learning co-pilot".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Parallel Text

Téléchargez les fichiers d'extension Parallel Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Parallel Text Parallel Text
ID ccmjdgjljbhkkhhgdabpdkjhnningbdc
URL Officiel https://chromewebstore.google.com/detail/parallel-text/ccmjdgjljbhkkhhgdabpdkjhnningbdc
Description Your language learning co-pilot
Taille du Fichier 60.15 KB
Nombre d'Installations 127
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-09-29
Date de Publication 2023-03-04
Développeur ienablemuch.cws.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}