Langyfier
Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Qu'est-ce que Langyfier ?
Langyfier est une extension Chrome développée par https://gerald.verslu.is, et sa fonction principale est "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Langyfier
Téléchargez les fichiers d'extension Langyfier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gkneebafjlcpcgahjdlmdoejhjnfleha |
URL Officiel | https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha |
Description | Stop automatic translation from the Microsoft Docs/Learn to an unwanted language. |
Taille du Fichier | 1.23 MB |
Nombre d'Installations | 43 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-11-24 |
Date de Publication | 2019-02-19 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://gerald.verslu.is |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jfversluis/Microsoft-Docs-Langyfier |
URL de la Page d'Aide | https://github.com/jfversluis/Microsoft-Docs-Langyfier |
Langues Prises en Charge | 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" } } |