side by side translation

This extension creates an additional window for translation. Check source and translated page side by side.

side by side translationคืออะไร?

side by side translation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuto และคุณลักษณะหลักของมันคือ "This extension creates an additional window for translation. Check source and translated page side by side."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย side by side translation

ดาวน์โหลดไฟล์ส่วนขยาย side by side translation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension creates an additional window for translation. 
Check source and translated page side by side.

Usage
- Navigate to the web article you want to translate.
- (Optional) Pin the this extention icon to your toolbar to make your experience more great!
- Click the extension icon in your browser toolbar to activate the split pane for translation.
- Translate whole web page with google translator or deepl ,etc.
- Enjoy an enhanced reading experience with side by side translation!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ side by side translation side by side translation
ID ljemoeeinmimkamnneillooodljolhfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/side-by-side-translation/ljemoeeinmimkamnneillooodljolhfd
คำอธิบาย This extension creates an additional window for translation. Check source and translated page side by side.
ขนาดไฟล์ 164 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2023-12-07
วันที่เผยแพร่ 2023-09-04
ผู้พัฒนา Yuto
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,fr,da,et,es,it,cs,el,bg,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_pkg_name__",
    "version": "0.0.5.0",
    "version_name": "0.0.5",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_default_title__",
        "default_icon": {
            "64": "src\/assets\/icon_OFF_64.png",
            "128": "src\/assets\/icon_OFF_128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-1c9f51fe.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index-c7f05aa2.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "commands": {
        "toggle_side-by-side": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I",
                "chromeos": "Ctrl+I",
                "linux": "Ctrl+I"
            },
            "description": "__MSG_command_desc__"
        }
    },
    "icons": {
        "64": "src\/assets\/icon_ON_64.png",
        "128": "src\/assets\/icon_ON_128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts",
                "src\/assets\/icon_ON_64.png",
                "src\/assets\/icon_ON_128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.ts-d4e9b6e5.js"
            ],
            "use_dynamic_url": true
        }
    ]
}