msdn-delocalizer
Browser extension to force de-localization of Microsoft documentation pages
什麼是msdn-delocalizer?
msdn-delocalizer是由Friedrich von Never開發的Chrome擴展程式,該擴展的主要功能是“Browser extension to force de-localization of Microsoft documentation pages”。
擴展截圖
下載msdn-delocalizer擴展crx文件
下載msdn-delocalizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | oakieneemalliefelmegebjjagnjgpbm |
| 官方網址 | https://chromewebstore.google.com/detail/msdn-delocalizer/oakieneemalliefelmegebjjagnjgpbm |
| 簡介 | Browser extension to force de-localization of Microsoft documentation pages |
| 檔案大小 | 5.92 KB |
| 安裝次數 | 116 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2022-09-27 |
| 上架時間 | 2020-04-13 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Friedrich von Never |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/ForNeVeR/msdn-delocalizer |
| 支援的語言 | 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"
}
} | |