Parallel Text

Your language learning co-pilot

Parallel Textคืออะไร?

Parallel Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ienablemuch.cws.dev และคุณลักษณะหลักของมันคือ "Your language learning co-pilot"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parallel Text

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}