Langyfier
Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Langyfier क्या है?
Langyfier https://gerald.verslu.is द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Langyfier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |