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
官方網址 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"
    ]
}