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
Eメール [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"
    ]
}