Langyfier
Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
O que é Langyfier?
Langyfier é uma extensão do Chrome desenvolvida por https://gerald.verslu.is, e sua principal característica é "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Langyfier
Baixe arquivos de extensão Langyfier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gkneebafjlcpcgahjdlmdoejhjnfleha |
URL Oficial | https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha |
Descrição | Stop automatic translation from the Microsoft Docs/Learn to an unwanted language. |
Tamanho do Arquivo | 1.23 MB |
Contagem de Instalações | 43 |
Versão Atual | 2.0 |
Última Atualização | 2022-11-24 |
Data de Publicação | 2019-02-19 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://gerald.verslu.is |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jfversluis/Microsoft-Docs-Langyfier |
URL da Página de Ajuda | https://github.com/jfversluis/Microsoft-Docs-Langyfier |
Idiomas Suportados | 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" } } |