Refined Microsoft Learn
Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
什麼是Refined Microsoft Learn?
Refined Microsoft Learn是由merill開發的Chrome擴展程式,該擴展的主要功能是“Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.”。
擴展截圖
下載Refined Microsoft Learn擴展crx文件
下載Refined Microsoft Learn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make Microsoft Learn better by focusing on the main content. This extension gives you a cleaner, faster and more readable Microsoft Learn experience without the clutter. * Removes the content on the right pane * Expanding the content to full page width so you can read the code samples
擴展基本資訊
名稱 | Refined Microsoft Learn |
ID | mkacacgjjgafnjekdcoodibajidagopd |
官方網址 | https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd |
簡介 | Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content. |
檔案大小 | 19.76 KB |
安裝次數 | 168 |
目前版本 | 1.0.1 |
更新時間 | 2023-12-24 |
上架時間 | 2023-12-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | merill |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Microsoft Learn", "description": "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.", "author": "Merill Fernando", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/learn.microsoft.com\/*" ], "css": [ "styles.css" ] } ] } |