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 |
官方URL | 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" ] } ] } |