Langyfier

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

Langyfierคืออะไร?

Langyfier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gerald.verslu.is และคุณลักษณะหลักของมันคือ "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Langyfier

ดาวน์โหลดไฟล์ส่วนขยาย Langyfier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Langyfier Langyfier
ID gkneebafjlcpcgahjdlmdoejhjnfleha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha
คำอธิบาย Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-11-24
วันที่เผยแพร่ 2019-02-19
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://gerald.verslu.is
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jfversluis/Microsoft-Docs-Langyfier
URL หน้าช่วยเหลือ https://github.com/jfversluis/Microsoft-Docs-Langyfier
ภาษาที่รองรับ 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"
    }
}