Tiling Window Manager for Chrome OS™

Tiling Window Manager for Chrome OS™

Tiling Window Manager for Chrome OS™란 무엇입니까?

Tiling Window Manager for Chrome OS™은(는) https://brock-family.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tiling Window Manager for Chrome OS™"입니다.

확장 프로그램 스크린샷

screenshot

Tiling Window Manager for Chrome OS™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Automatically arranges your Windows to efficiently use your desktop space. Allows multiple tiling layouts, across one or more monitors.                    

확장 프로그램 기본 정보

이름 Tiling Window Manager for Chrome OS™ Tiling Window Manager for Chrome OS™
ID aikaaejchodabfpkipfonnekofgepakh
공식 URL https://chromewebstore.google.com/detail/tiling-window-manager-for/aikaaejchodabfpkipfonnekofgepakh
설명 Tiling Window Manager for Chrome OS™
파일 크기 11.32 KB
설치 횟수 2,303
현재 버전 0.11
최근 업데이트 2022-06-15
출시 날짜 2018-04-25
평점 4.87/5 총 15 개의 평점
개발자 https://brock-family.org
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiling Window Manager for Chrome OS\u2122",
    "short_name": "chrometile",
    "description": "Tiling Window Manager for Chrome OS\u2122",
    "version": "0.11",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "system.display"
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "001-shrink-main-pane": {
            "description": "Shrink the main pane (Recommended: Alt+Shift+H)",
            "suggested_key": {
                "default": "Alt+Shift+H"
            }
        },
        "002-expand-main-pane": {
            "description": "Expand the main pane (Recommended: Alt+Shift+L)",
            "suggested_key": {
                "default": "Alt+Shift+L"
            }
        },
        "010-focus-next-win-ccw": {
            "description": "Focus the next window counterclockwise (Recommended: Alt+Shift+J)"
        },
        "011-focus-next-win-cw": {
            "description": "Focus the next window clockwise (Recommended: Alt+Shift+K)"
        },
        "020-focus-dsp-1": {
            "description": "Focus display 1 (Recommended: Alt+Shift+W)"
        },
        "021-focus-dsp-2": {
            "description": "Focus display 2 (Recommended: Alt+Shift+E)"
        },
        "022-focus-dsp-3": {
            "description": "Focus display 3 (Recommended: Alt+Shift+R)"
        },
        "100-move-focused-win-1-win-ccw": {
            "description": "Move the focused window one window counterclockwise (Recommended: Ctrl+Shift+H)"
        },
        "101-move-focused-win-1-win-cw": {
            "description": "Move the focused window one window clockwise (Recommended: Ctrl+Shift+L)"
        },
        "110-move-focused-win-1-dsp-1": {
            "description": "Move the focused window to display 1 (Recommended: Ctrl+Shift+W)"
        },
        "111-move-focused-win-1-dsp-2": {
            "description": "Move the focused window to display 2 (Recommended: Ctrl+Shift+E)"
        },
        "112-move-focused-win-1-dsp-3": {
            "description": "Move the focused window to display 3 (Recommended: Ctrl+Shift+R)"
        },
        "120-swap-focused-win-main": {
            "description": "Swap the focused window with the main window (Recommended: Alt+Shift+Return)"
        },
        "130-float-focused-win": {
            "description": "Changes the window state to floating (Recommended: Alt+Shift+F)"
        },
        "131-tile-focused-win": {
            "description": "Changes the window state to tiled (Recommended: Alt+Shift+T)"
        },
        "200-increase-main-wins": {
            "description": "Increase the number of windows in the main pane (Recommended: Alt+Shift+,)"
        },
        "201-decrease-main-wins": {
            "description": "Decrease the number of windows in the main pane (Recommended: Alt+Shift+.)"
        },
        "300-next-layout": {
            "description": "Cycle to next layout (Recommended: Alt+Shift+Space)"
        },
        "301-prev-layout": {
            "description": "Cycle to previous layout (Recommended: Ctrl+Shift+Space)"
        },
        "900-reevaluate-wins": {
            "description": "Force windows to be reevaluated (Recommended: Alt+Shift+Z)"
        }
    }
}