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文件

下載Fix translation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            }
        }
    }
}