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 |
Eメール | [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" ] } ] } |