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은(는) Yuto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates an additional window for translation. Check source and translated page side by side."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

side by side translation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}