NiftySplit

Splits the screen and loads all links in the second window

NiftySplit क्या है?

NiftySplit Bozozo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Splits the screen and loads all links in the second window"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use NiftySplit to split Chrome into two windows. Any link you click in the left window will load in the right window.

Is this useful? Yes!

You can now browse your favorite website and visit links without losing the main page. No need to use the Back button or open-and-close tabs all the time. This makes browsing websites like Reddit or Wikipedia a thing of pure joy.

Give it a try and let me know what you think!

*** now with multi-monitor support! ***

New in v0.8:
- multi-monitor support
- more awesome all-round

New in v0.7:
- Shift-click to open links in the left-hand window
- Window position can be customized and stored
- Support for taskbar-on-the-left layout
- Support for Incognito windows                    

एक्सटेंशन की मूल जानकारी

नाम NiftySplit NiftySplit
ID bkmjnlfillpnkgmjnhgklpjjlpjnfeil
आधिकारिक URL https://chromewebstore.google.com/detail/niftysplit/bkmjnlfillpnkgmjnhgklpjjlpjnfeil
विवरण Splits the screen and loads all links in the second window
फ़ाइल का आकार 22.64 KB
स्थापना संख्या 13,081
वर्तमान संस्करण 0.8.0
अंतिम अपडेट 2013-12-15
प्रकाशन तिथि 2013-12-15
रेटिंग 3.71/5 कुल 75 रेटिंग्स
डेवलपर Bozozo
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NiftySplit",
    "version": "0.8.0",
    "description": "Splits the screen and loads all links in the second window",
    "author": "Arno van den Brink",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "contextMenus"
    ]
}