Langyfier
Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Langyfierとは何ですか?
Langyfierはhttps://gerald.verslu.isによって開発されたChromeの拡張機能で、その主な機能は「Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.」です。
拡張機能のスクリーンショット
Langyfier拡張機能のCRXファイルをダウンロード
Langyfier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jfversluis/Microsoft-Docs-Langyfier |
ヘルプページのURL | 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" } } |