English microsoft.com
Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.
Wat is English microsoft.com?
English microsoft.com is een Chrome-extensie ontwikkeld door jechtom, en de belangrijkste functie is "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie English microsoft.com
Download English microsoft.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
GitHub: https://github.com/jechtom/en-docs Basisinformatie over de Extensie
| Naam | |
| ID | ggkanifnckjfjdmeclcakoboheakicgk |
| Officiële URL | https://chromewebstore.google.com/detail/english-microsoftcom/ggkanifnckjfjdmeclcakoboheakicgk |
| Beschrijving | Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com. |
| Bestandsgrootte | 9.3 KB |
| Aantal Installaties | 200 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2022-12-11 |
| Publicatiedatum | 2018-09-30 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | jechtom |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jechtom/en-docs |
| Help Pagina-URL | https://github.com/jechtom/en-docs/issues |
| Ondersteunde Talen | 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"
]
} | |