Langyfier
Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Was ist Langyfier?
Langyfier ist eine Chrome-Erweiterung, die von https://gerald.verslu.is entwickelt wurde, und ihr Hauptmerkmal ist "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".
Erweiterungsscreenshots
Langyfier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Langyfier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gkneebafjlcpcgahjdlmdoejhjnfleha |
Offizielle URL | https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha |
Beschreibung | Stop automatic translation from the Microsoft Docs/Learn to an unwanted language. |
Dateigröße | 1.23 MB |
Installationsanzahl | 43 |
Aktuelle Version | 2.0 |
Letztes Update | 2022-11-24 |
Veröffentlichungsdatum | 2019-02-19 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://gerald.verslu.is |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jfversluis/Microsoft-Docs-Langyfier |
Hilfeseite URL | https://github.com/jfversluis/Microsoft-Docs-Langyfier |
Unterstützte Sprachen | 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" } } |