Quilt - Tiling Window Manager

Quilt keeps your workspace tidy by automatically tiling your windows.

Quilt - Tiling Window Manager란 무엇입니까?

Quilt - Tiling Window Manager은(는) Mr Violets에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quilt keeps your workspace tidy by automatically tiling your windows."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Quilt - Tiling Window Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quilt is a tiling window manager extension for your browser. Think of it as the friend who can't help but tidy up your place when they visit. It creates a neat little pattern with your windows - plus, it's smart enough to consider your screen size and orientation, making sure every window fits just right, every time.

WHAT IT DOES

- Automatically tiles your windows when they are created or closed.
- Thoughtfully tiles your windows taking into account your display resolution, orientation, and preferences.
- Reserves a spot for a fixed size master window in a size ratio that suits your style.
- Select a window spacing or choose to have none at all.
- Toggle auto-tiling on/off.
- Manually tiling works independently on different displays.

USAGE

Once Quilt is installed, it'll get straight to work, tiling your new browser windows to fit your screen just right. Click the extension icon to tweak preferences or to turn off the automatic tiling.                    

확장 프로그램 기본 정보

이름 Quilt - Tiling Window Manager Quilt - Tiling Window Manager
ID ikjaecdfcaoegkfgjhhkjgcpmackbnki
공식 URL https://chromewebstore.google.com/detail/quilt-tiling-window-manag/ikjaecdfcaoegkfgjhhkjgcpmackbnki
설명 Quilt keeps your workspace tidy by automatically tiling your windows.
파일 크기 34.5 KB
설치 횟수 606
현재 버전 1.2.6
최근 업데이트 2023-10-13
출시 날짜 2023-08-08
평점 5.00/5 총 2 개의 평점
개발자 Mr Violets
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_EXT_DESCRIPTION__",
    "version": "1.2.6",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "system.display",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_EXT_NAME_SHORT__",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "tile_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Tiles all windows on all displays"
        }
    }
}