Sideview Plus: Multitask w/o Second Monitor

Super charge multitasking on a single screen

Sideview Plus: Multitask w/o Second Monitor क्या है?

Sideview Plus: Multitask w/o Second Monitor https://parimalam.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super charge multitasking on a single screen"।

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

screenshot
screenshot

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

crx प्रारूप में Sideview Plus: Multitask w/o Second Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        v.2.0.9 review page bug fixed

Sideview Plus is a solution for people without extra monitors. 

‣ Multitask with ease on a single screen
‣ Split your browser windows into a pair and merge back by just 2 clicks or a keyboard shortcut
‣ Automatically maximize the main window when you close the side window
‣ Do quick web searches without leaving the tab
‣ Mobile mode activated in narrow windows to avoid horizontal scrolling*
‣ Simple and intuitive controls

*disabled on select responsive webpages by default. Configurable by width threshold, domain, subdomain, and per page basis.                    

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

नाम Sideview Plus: Multitask w/o Second Monitor Sideview Plus: Multitask w/o Second Monitor
ID cgkfhhagdgcjcjdkcbpohhhidlibblkn
आधिकारिक URL https://chromewebstore.google.com/detail/sideview-plus-multitask-w/cgkfhhagdgcjcjdkcbpohhhidlibblkn
विवरण Super charge multitasking on a single screen
फ़ाइल का आकार 444 KB
स्थापना संख्या 2,300
वर्तमान संस्करण 2.0.9
अंतिम अपडेट 2023-07-25
प्रकाशन तिथि 2020-07-05
रेटिंग 4.55/5 कुल 47 रेटिंग्स
डेवलपर https://parimalam.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://parimalam.me/pages/sideview.html?utm_source=webstore
गोपनीयता नीति पृष्ठ URL https://parimalam.me/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sideview Plus: Multitask w\/o Second Monitor",
    "version": "2.0.9",
    "description": "Super charge multitasking on a single screen",
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "19": ".\/icons\/icon-19.png",
        "32": ".\/icons\/icon-32.png",
        "38": ".\/icons\/icon-38.png",
        "48": ".\/icons\/icon-48.png",
        "56": ".\/icons\/icon-56.png",
        "64": ".\/icons\/icon-64.png",
        "80": ".\/icons\/icon-80.png",
        "96": ".\/icons\/icon-96.png",
        "112": ".\/icons\/icon-112.png",
        "128": ".\/icons\/icon-128.png",
        "152": ".\/icons\/icon-152.png",
        "300": ".\/icons\/icon-300.png",
        "512": ".\/icons\/icon-512.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "19": ".\/icons\/icon-19.png",
            "32": ".\/icons\/icon-32.png",
            "38": ".\/icons\/icon-38.png",
            "48": ".\/icons\/icon-48.png",
            "56": ".\/icons\/icon-56.png",
            "64": ".\/icons\/icon-64.png",
            "80": ".\/icons\/icon-80.png",
            "96": ".\/icons\/icon-96.png",
            "112": ".\/icons\/icon-112.png",
            "128": ".\/icons\/icon-128.png",
            "152": ".\/icons\/icon-152.png",
            "300": ".\/icons\/icon-300.png",
            "512": ".\/icons\/icon-512.png"
        },
        "default_title": "Sideview Plus: Multitask w\/o Second Monitor"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "tabs",
        "contextMenus"
    ],
    "commands": {
        "thistabonside": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Open this page (7:3) on the side"
        },
        "thistabonside11": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Open this page (1:1) on the side"
        },
        "newtabonside": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            },
            "description": "Open a new window (7:3) on the side"
        },
        "newtabonside11": {
            "description": "Open a new window (1:1) on the side"
        },
        "recombine": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z"
            },
            "description": "Merge parent and child windows"
        }
    },
    "content_security_policy": "default-src 'self';",
    "manifest_version": 2
}