Parallel Text

Your language learning co-pilot

Parallel Textとは何ですか?

Parallel Textはienablemuch.cws.devによって開発されたChromeの拡張機能で、その主な機能は「Your language learning co-pilot」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Parallel Text拡張機能のCRXファイルをダウンロード

Parallel Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Parallel Text Parallel Text
ID ccmjdgjljbhkkhhgdabpdkjhnningbdc
公式URL https://chromewebstore.google.com/detail/parallel-text/ccmjdgjljbhkkhhgdabpdkjhnningbdc
説明 Your language learning co-pilot
ファイルサイズ 60.15 KB
インストール数 127
現在のバージョン 1.3.0
最終更新日 2023-09-29
公開日 2023-03-04
開発者 ienablemuch.cws.dev
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}