English microsoft.com

Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.

Was ist English microsoft.com?

English microsoft.com ist eine Chrome-Erweiterung, die von jechtom entwickelt wurde, und ihr Hauptmerkmal ist "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.".

Erweiterungsscreenshots

screenshot

English microsoft.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie English microsoft.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        GitHub: https://github.com/jechtom/en-docs                    

Grundlegende Informationen zur Erweiterung

Name English microsoft.com English microsoft.com
ID ggkanifnckjfjdmeclcakoboheakicgk
Offizielle URL https://chromewebstore.google.com/detail/english-microsoftcom/ggkanifnckjfjdmeclcakoboheakicgk
Beschreibung Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.
Dateigröße 9.3 KB
Installationsanzahl 200
Aktuelle Version 1.3
Letztes Update 2022-12-11
Veröffentlichungsdatum 2018-09-30
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler jechtom
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jechtom/en-docs
Hilfeseite URL https://github.com/jechtom/en-docs/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "English microsoft.com",
    "description": "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.",
    "version": "1.3",
    "minimum_chrome_version": "96",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/learn.microsoft.com\/*",
        "*:\/\/support.microsoft.com\/*",
        "*:\/\/azure.microsoft.com\/*"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ]
}