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

下载Langyfier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}