msdn-delocalizer

Browser extension to force de-localization of Microsoft documentation pages

What is msdn-delocalizer?

msdn-delocalizer is a Chrome extension developed by Friedrich von Never, and its main feature is "Browser extension to force de-localization of Microsoft documentation pages".

Extension Screenshots

screenshot

Download msdn-delocalizer Extension CRX File

Download msdn-delocalizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sometimes, when looking for Microsoft documentation via a search engine, you may be presented with a link leading to a localized documentation page from Microsoft. Quality of translation varies a lot, but, as English speaker, you may choose to not deal with localization at all, and always look for English
pages.

msdn-delocalizer is a Chrome extension that will automatically delocalize Microsoft documentation pages, such as MSDN or docs.microsoft.com.                    

Extension Basic Information

Name msdn-delocalizer msdn-delocalizer
ID oakieneemalliefelmegebjjagnjgpbm
Official URL https://chromewebstore.google.com/detail/msdn-delocalizer/oakieneemalliefelmegebjjagnjgpbm
Description Browser extension to force de-localization of Microsoft documentation pages
File Size 5.92 KB
Installation Count 116
Current Version 1.1.0
Last Updated 2022-09-27
Publish Date 2020-04-13
Rating 5.00/5 Total 2 Ratings
Developer Friedrich von Never
Email [email protected]
Payment Type free
Extension Website https://github.com/ForNeVeR/msdn-delocalizer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "msdn-delocalizer",
    "description": "Browser extension to force de-localization of Microsoft documentation pages",
    "version": "1.1.0",
    "permissions": [
        "https:\/\/docs.microsoft.com\/*",
        "https:\/\/msdn.microsoft.com\/*",
        "https:\/\/learn.microsoft.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    }
}