English microsoft.com
Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.
Hvad er English microsoft.com?
English microsoft.com er en Chrome-udvidelse udviklet af jechtom, og dens hovedfunktion er "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.".
Udvidelsesskærmbilleder
Download English microsoft.com-udvidelses-CRX-fil
Download English microsoft.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
GitHub: https://github.com/jechtom/en-docs Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ggkanifnckjfjdmeclcakoboheakicgk |
| Officiel URL | https://chromewebstore.google.com/detail/english-microsoftcom/ggkanifnckjfjdmeclcakoboheakicgk |
| Beskrivelse | Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com. |
| Filstørrelse | 9.3 KB |
| Antal Installationer | 200 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2022-12-11 |
| Udgivelsesdato | 2018-09-30 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | jechtom |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/jechtom/en-docs |
| Hjælpeside-URL | https://github.com/jechtom/en-docs/issues |
| Understøttede Sprog | 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"
]
} | |