Fix translation

Control Google Translate areas, customize translation or non-translation areas.

Fix translation란 무엇입니까?

Fix translation은(는) ouweiya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control Google Translate areas, customize translation or non-translation areas."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Google Translate usually translates all content, but sometimes parts of the content do not need to be translated, such as: code, terminology, name, ... etc.

Use introduction

Click the "Select Element" button to start the selection mode.
Press ESC key to exit the selection mode and refresh the page to take effect.

Mouse operation mode:
Left click
No translation, apply font style.

Middle click
Forced translation.

Right click
No translation, no font style.

Repeated clicks will deselect the area.
Press the button, along with the mouse wheel, you can adjust the selection range size.

Tips:
When the mouse button cooperates with the scroll wheel to adjust the range, click different mouse buttons to apply different settings.

Data is automatically kept in sync with Chrome, no need to worry about data loss.

Receive questions feedback email: [email protected]                    

확장 프로그램 기본 정보

이름 Fix translation Fix translation
ID nefkkabmejdacaifhjoinegmoggdbgee
공식 URL https://chromewebstore.google.com/detail/fix-translation/nefkkabmejdacaifhjoinegmoggdbgee
설명 Control Google Translate areas, customize translation or non-translation areas.
파일 크기 54.99 KB
설치 횟수 1,792
현재 버전 3.0.5
최근 업데이트 2023-02-01
출시 날짜 2020-05-30
평점 4.00/5 총 12 개의 평점
개발자 ouweiya
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.dual-subtitles.com/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,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,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.0.5",
    "default_locale": "en",
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "fontSettings",
        "declarativeContent",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Q",
                "mac": "Command+Q",
                "chromeos": "Ctrl+Q",
                "linux": "Ctrl+Q"
            }
        }
    }
}