English microsoft.com

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

What is English microsoft.com?

English microsoft.com is a Chrome extension developed by jechtom, and its main feature is "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.".

Extension Screenshots

screenshot

Download English microsoft.com Extension CRX File

Download English microsoft.com 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

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

Extension Basic Information

Name English microsoft.com English microsoft.com
ID ggkanifnckjfjdmeclcakoboheakicgk
Official URL https://chromewebstore.google.com/detail/english-microsoftcom/ggkanifnckjfjdmeclcakoboheakicgk
Description Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.
File Size 9.3 KB
Installation Count 200
Current Version 1.3
Last Updated 2022-12-11
Publish Date 2018-09-30
Rating 5.00/5 Total 5 Ratings
Developer jechtom
Email [email protected]
Payment Type free
Extension Website https://github.com/jechtom/en-docs
Help Page URL https://github.com/jechtom/en-docs/issues
Supported Languages 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"
    ]
}