English microsoft.com

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

English microsoft.com là gì?

English microsoft.com là một tiện ích mở rộng Chrome được phát triển bởi jechtom, và tính năng chính của nó là "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng English microsoft.com

Tải xuống các tệp mở rộng English microsoft.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên English microsoft.com English microsoft.com
ID ggkanifnckjfjdmeclcakoboheakicgk
URL Chính Thức https://chromewebstore.google.com/detail/english-microsoftcom/ggkanifnckjfjdmeclcakoboheakicgk
Mô tả Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.
Kích Thước Tệp 9.3 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-12-11
Ngày Phát Hành 2018-09-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển jechtom
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jechtom/en-docs
URL Trang Trợ Giúp https://github.com/jechtom/en-docs/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}