Langyfier

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

Hvad er Langyfier?

Langyfier er en Chrome-udvidelse udviklet af https://gerald.verslu.is, og dens hovedfunktion er "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Langyfier-udvidelses-CRX-fil

Download Langyfier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Langyfier Langyfier
ID gkneebafjlcpcgahjdlmdoejhjnfleha
Officiel URL https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha
Beskrivelse Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Filstørrelse 1.23 MB
Antal Installationer 43
Nuværende Version 2.0
Senest Opdateret 2022-11-24
Udgivelsesdato 2019-02-19
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://gerald.verslu.is
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jfversluis/Microsoft-Docs-Langyfier
Hjælpeside-URL https://github.com/jfversluis/Microsoft-Docs-Langyfier
Understøttede Sprog 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"
    }
}