FFS MSDN in English

This will change the localisation of MSDN, azure.microsoft, support.microsoft, and/or learn.microsoft pages to English (en-us).

FFS MSDN in Englishคืออะไร?

FFS MSDN in English เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AirLancer และคุณลักษณะหลักของมันคือ "This will change the localisation of MSDN, azure.microsoft, support.microsoft, and/or learn.microsoft pages to English (en-us)."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FFS MSDN in English

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

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

                        I got tired of Microsoft's MSDN and docs.microsoft pages in "my language". The automatic translation is garbage and there is no easy way of making MSDN/learn... default to english. That is why I wrote this minimalistic extension to switch any MSDN, support.microsoft, azure.microsoft and/or learn.microsft localisation to en-us.

You can easily choose whether you want some or all pages redirected to the english version. Just click the extension icon and toggle the pages on and off (see provided images).

The icon is made by Freepik from www.flaticon.com                    

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

ชื่อ FFS MSDN in English FFS MSDN in English
ID ddaknggefjjgpnlhiejepbiplceedmfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ffs-msdn-in-english/ddaknggefjjgpnlhiejepbiplceedmfl
คำอธิบาย This will change the localisation of MSDN, azure.microsoft, support.microsoft, and/or learn.microsoft pages to English (en-us).
ขนาดไฟล์ 95.69 KB
จำนวนการติดตั้ง 2,820
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2022-11-07
วันที่เผยแพร่ 2019-02-27
คะแนน 5.00/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา AirLancer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/AirLancer/ffs_msdn_in_english
URL หน้าช่วยเหลือ https://github.com/AirLancer/ffs_msdn_in_english
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FFS MSDN in English",
    "description": "This will change the localisation of MSDN, azure.microsoft, support.microsoft, and\/or learn.microsoft pages to English (en-us).",
    "version": "2.3.0",
    "icons": {
        "16": "icon_16.png",
        "24": "icon_24.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/msdn.microsoft.com\/*",
        "*:\/\/*.msdn.microsoft.com\/*",
        "*:\/\/support.microsoft.com\/*",
        "*:\/\/*.support.microsoft.com\/*",
        "*:\/\/azure.microsoft.com\/*",
        "*:\/\/*.azure.microsoft.com\/*",
        "*:\/\/learn.microsoft.com\/*",
        "*:\/\/*.learn.microsoft.com\/*"
    ],
    "background": {
        "scripts": [
            "redirectToEnUs.js"
        ]
    },
    "browser_action": {
        "default_title": "Set Active Pages",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}