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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}