Edge Translate

Translate what you want.

Edge Translate란 무엇입니까?

Edge Translate은(는) Nicky Feng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate what you want."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Edge Translate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Please refresh the page that needs to be translated after installation or update! ! !

Edge Translate is a simple and practical translation plugin that supports mainstream browsers such as Chrome, Firefox, and 360 Secure Browser. The main purpose of our plugin is to assist users in reading foreign literature. To this end, we have followed the principle of the user's reading experience first, and made the following efforts:

* We use the API provided by Google Translate to translate words and sentences, which guarantees the accuracy of translation results to a certain extent;

* We support the translation of wording in PDF files, which breaks the dyslexia of many users when reading PDF documents (due to the Firefox browser's bug, this feature is temporarily unavailable on Firefox browser);

* We chose the friendly side pop-up to show the translation results. The pop-up display bar will push the user reading content to avoid blocking the content from affecting the reading;

* We designed a simple and clear translation result display column, highlighting important content, and ensuring that the user's attention is focused on the content displayed rather than the insignificant things such as the display box;

* If the frequency of the your translation is relatively high, you can choose to fix the display bar to avoid frequent pop-ups affecting reading.

* We allow users to decide for themselves which content in the translation results they need to display. For example, if you just want to know the meaning of the word, you can choose to view only the common meaning of the word. If you also want to learn the specific usage of a word, we also provide the pronunciation, definition, detailed explanation, example sentence, etc. of the word in more detail. Content for you to view;

* We have provided a wealth of shortcut keys to make the operation efficiency greatly improved. Now you only need to use the keyboard to complete the translation of selected words, expand the search panel, fix and unpin the translation results;

* We provide a useful blacklist feature that allows you to easily add a page you are browsing to a blacklist to disable wording translations and double-click translations on the page, or to remove the page being viewed from the blacklist to re-enable word translation and double click translation on this page.

* We support web page translation and can translate the entire web page directly into the language you need. And you are free to choose YouDao web page translation or Google web page translation to fully meet your translation needs.

The birth of Edge Translate is inseparable from the open source community. In the development process of Edge Translate, we used Mozilla's pdf.js as a built-in PDF reader to support word translation in PDF files. We refered to crimx(https://github.com/crimx)'s saladict(https://github.com/crimx/ext-saladict) for solutions of some problems. We also used gulp, webpackand other excellent open source tools to assist in development. And we would like to express our gratitude.

We are also grateful to users who have used Edge Translate since 0.2.0 and provided us with feedback. You have provided us with a lot of very good comments and suggestions. Without you, there may no be the current Edge Translate.

## Instructions

Edge Translate instructions(https://github.com/EdgeTranslate/EdgeTranslate/blob/master/docs/wiki/en/Instructions.md)

## Precautions

Edge Translate precautions(https://github.com/EdgeTranslate/EdgeTranslate/blob/master/docs/wiki/en/Precautions.md)

## Questions and Feedback

Edge Translate were developed by us ( [nickyc975](https://github.com/nickyc975) and [Mark Fenng](https://github.com/Mark-Fenng) ) in our spare time, and there are inevitably some problems. If you have any comments or suggestions, please feel free to give us feedback at the first time and help us to make it better.

* Feedback link:https://github.com/EdgeTranslate/EdgeTranslate/issues/new/choose

* Email: nickyc975([email protected]), Mark Fenng([email protected])

In addition, developers are welcome to give us issues and pull requests. If you like this project, welcome to fork & star.                    

확장 프로그램 기본 정보

이름 Edge Translate Edge Translate
ID bocbaocobfecmglnmeaeppambideimao
공식 URL https://chromewebstore.google.com/detail/edge-translate/bocbaocobfecmglnmeaeppambideimao
설명 Translate what you want.
파일 크기 5.62 MB
설치 횟수 112,747
현재 버전 2.4.3
최근 업데이트 2023-08-21
출시 날짜 2020-06-22
평점 4.55/5 총 226 개의 평점
개발자 Nicky Feng
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/EdgeTranslate/EdgeTranslate/wiki
도움말 페이지 URL https://github.com/EdgeTranslate/EdgeTranslate/blob/master/docs/wiki/en/Precautions.md
지원되는 언어 en,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_Description__",
    "version": "2.4.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": {
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Q"
            }
        },
        "change_language_setting": {
            "description": "__MSG_ChangeLanguageSetting__"
        },
        "translate_selected": {
            "description": "__MSG_TranslateSelectedText__"
        },
        "fix_result_frame": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "__MSG_FixResultFrame__"
        },
        "close_result_frame": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "__MSG_CloseResultFrame__"
        },
        "exchange_source_target_lang": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_ExchangeSourceAndTargetLanguage__"
        },
        "pronounce_selected": {
            "description": "__MSG_PronounceSelected__"
        },
        "pronounce_original": {
            "description": "__MSG_PronounceOriginal__"
        },
        "pronounce_translated": {
            "description": "__MSG_PronounceTranslated__"
        },
        "copy_result": {
            "description": "__MSG_CopyResult__"
        },
        "change_mutual_translate": {
            "description": "__MSG_MutualTranslation__"
        },
        "translate_page": {
            "description": "__MSG_TranslatePage__"
        },
        "cancel_page_translate": {
            "description": "__MSG_CancelPageTranslate__"
        },
        "toggle_page_translate_banner": {
            "description": "__MSG_TogglePageTranslateBanner__"
        }
    },
    "web_accessible_resources": [
        "**\/*.css",
        "**\/*.png",
        "google\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "options_ui": {
        "page": ".\/options\/options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "cookies",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/display\/display.js",
                ".\/content\/pdf.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                ".\/content\/select\/select.js"
            ],
            "css": [
                ".\/content\/select\/select.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/banner_controller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.deepl.com\/*"
            ],
            "js": [
                ".\/content\/deepl_injector.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' chrome-extension:\/\/hfjbmagddngcpeloejdejnfgbamkjaeg\/ chrome-extension:\/\/aibcglbfblnogfjhbcmmpobjhnomhcdo\/; object-src 'self'",
    "minimum_chrome_version": "55",
    "homepage_url": "https:\/\/github.com\/EdgeTranslate\/EdgeTranslate\/wiki"
}