English microsoft.com

Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.

什么是English microsoft.com?

English microsoft.com是由jechtom开发的Chrome扩展程序,该扩展的主要功能是“Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.”。

扩展截图

screenshot

下载English microsoft.com扩展crx文件

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

扩展使用说明

                        GitHub: https://github.com/jechtom/en-docs                    

扩展基本信息

名称 English microsoft.com English microsoft.com
ID ggkanifnckjfjdmeclcakoboheakicgk
官方URL https://chromewebstore.google.com/detail/english-microsoftcom/ggkanifnckjfjdmeclcakoboheakicgk
简介 Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.
文件大小 9.3 KB
安装次数 200
当前版本 1.3
更新时间 2022-12-11
上架时间 2018-09-30
评分 5.00/5 共5次评分
开发者 jechtom
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jechtom/en-docs
帮助页面URL https://github.com/jechtom/en-docs/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "English microsoft.com",
    "description": "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.",
    "version": "1.3",
    "minimum_chrome_version": "96",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/learn.microsoft.com\/*",
        "*:\/\/support.microsoft.com\/*",
        "*:\/\/azure.microsoft.com\/*"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ]
}