MSDN Resize

Add a divider between columns on MSDN for clickable resizing

MSDN Resizeとは何ですか?

MSDN ResizeはInspectorStrunkによって開発されたChromeの拡張機能で、その主な機能は「Add a divider between columns on MSDN for clickable resizing」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

MSDN Resize拡張機能のCRXファイルをダウンロード

MSDN Resize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you want to split your screen between documentation and source-code but too much of MSDN's real estate is dedicated to navigation?  Do you find yourself wishing you could slide the navigation bar out of the way so that you can focus on content?

MSDN Resize is a simple extension that allows the user to reduce the size of the side navigation bar and return it to normal with a click of the mouse.

HOW DOES IT WORK?

By adding a divider bar between the sidebar and the primary content of the page, all you have to do is click on the divider and instantly your content goes from 66% to 85% of the window. Click again to restore the original dimensions.

Release Notes -
0.7 - This version is a temporary fix to account for the new MSDN theme chooser. The divider bar is now gray on all themes.                    

拡張機能の基本情報

名前 MSDN Resize MSDN Resize
ID bdcaffgeeafpmnpeogoipgfhklbppjlc
公式URL https://chromewebstore.google.com/detail/msdn-resize/bdcaffgeeafpmnpeogoipgfhklbppjlc
説明 Add a divider between columns on MSDN for clickable resizing
ファイルサイズ 316 KB
インストール数 29
現在のバージョン 0.7
最終更新日 2019-07-13
公開日 2019-07-13
評価 5.00/5 合計 1 レビュー
開発者 InspectorStrunk
支払い方法 free
拡張機能のウェブサイト https://github.com/mycomycul/MSDNFix
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MSDN Resize",
    "description": "Add a divider between columns on MSDN for clickable resizing",
    "version": "0.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.microsoft.com\/*",
                "http:\/\/docs.microsoft.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "MSDNResize16.png",
        "32": "MSDNResize32.png",
        "48": "MSDNResize48.png",
        "128": "MSDNResize128.png"
    }
}