Langyfier

Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.

Langyfier란 무엇입니까?

Langyfier은(는) https://gerald.verslu.is에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        When navigating to learn.microsoft.com, the page might be translated into your native language, even through automated translations. I, however, like to just review the docs in English. There is no way to force this through Microsoft Docs right now. That is why I created this plugin.

Simply choose a language that you do not want to see and a language that you do want to see. Whenever you reach the Docs in the unwanted language, it will automatically switch to your preferred language.

Note: this extension is in no way affiliated with or supported by Microsoft.                    

확장 프로그램 기본 정보

이름 Langyfier Langyfier
ID gkneebafjlcpcgahjdlmdoejhjnfleha
공식 URL https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha
설명 Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
파일 크기 1.23 MB
설치 횟수 43
현재 버전 2.0
최근 업데이트 2022-11-24
출시 날짜 2019-02-19
평점 5.00/5 총 4 개의 평점
개발자 https://gerald.verslu.is
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jfversluis/Microsoft-Docs-Langyfier
도움말 페이지 URL https://github.com/jfversluis/Microsoft-Docs-Langyfier
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Langyfier",
    "version": "2.0",
    "description": "Stop automatic translation from the Microsoft Docs\/Learn to an unwanted language.",
    "manifest_version": 3,
    "permissions": [
        "webNavigation",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/learn.microsoft.com\/",
        "https:\/\/docs.microsoft.com\/"
    ],
    "background": {
        "service_worker": "app\/background.js"
    },
    "options_page": "app\/settings.html",
    "action": {
        "default_popup": "app\/popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}