Langyfier

Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.

Langyfier là gì?

Langyfier là một tiện ích mở rộng Chrome được phát triển bởi https://gerald.verslu.is, và tính năng chính của nó là "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Langyfier 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

                        When navigating to learn.microsoft.com, the page might be translated into your native language, even through automated translations. I, however, like to just review the docs in English. There is no way to force this through Microsoft Docs right now. That is why I created this plugin.

Simply choose a language that you do not want to see and a language that you do want to see. Whenever you reach the Docs in the unwanted language, it will automatically switch to your preferred language.

Note: this extension is in no way affiliated with or supported by Microsoft.                    

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

Tên Langyfier Langyfier
ID gkneebafjlcpcgahjdlmdoejhjnfleha
URL Chính Thức https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha
Mô tả Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Kích Thước Tệp 1.23 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-11-24
Ngày Phát Hành 2019-02-19
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://gerald.verslu.is
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jfversluis/Microsoft-Docs-Langyfier
URL Trang Trợ Giúp https://github.com/jfversluis/Microsoft-Docs-Langyfier
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Langyfier",
    "version": "2.0",
    "description": "Stop automatic translation from the Microsoft Docs\/Learn to an unwanted language.",
    "manifest_version": 3,
    "permissions": [
        "webNavigation",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/learn.microsoft.com\/",
        "https:\/\/docs.microsoft.com\/"
    ],
    "background": {
        "service_worker": "app\/background.js"
    },
    "options_page": "app\/settings.html",
    "action": {
        "default_popup": "app\/popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}