Langyfier

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

What is Langyfier?

Langyfier is a Chrome extension developed by https://gerald.verslu.is, and its main feature is "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".

Extension Screenshots

screenshot
screenshot

Download Langyfier Extension CRX File

Download Langyfier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Langyfier Langyfier
ID gkneebafjlcpcgahjdlmdoejhjnfleha
Official URL https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha
Description Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
File Size 1.23 MB
Installation Count 43
Current Version 2.0
Last Updated 2022-11-24
Publish Date 2019-02-19
Rating 5.00/5 Total 4 Ratings
Developer https://gerald.verslu.is
Email [email protected]
Payment Type free
Extension Website https://github.com/jfversluis/Microsoft-Docs-Langyfier
Help Page URL https://github.com/jfversluis/Microsoft-Docs-Langyfier
Supported Languages 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"
    }
}