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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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