MSDN Resize

Add a divider between columns on MSDN for clickable resizing

MSDN Resize क्या है?

MSDN Resize InspectorStrunk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a divider between columns on MSDN for clickable resizing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MSDN Resize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}