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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super charge multitasking on a single screen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sideview Plus: Multitask w/o Second Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}