Window Tiler

Tile your windows with a single click.

Window Tiler란 무엇입니까?

Window Tiler은(는) Manu Cornet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tile your windows with a single click."입니다.

확장 프로그램 스크린샷

screenshot

Window Tiler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds a button to automatically tile all your browser windows to occupy all your screen with no overlap.

*This extension helps you manage several windows, it does *not* expand tabs to windows or collapse windows into tabs.*

Expect some glitches in Linux especially if you have panels on your screen (the window sizes may not be exactly right). See website for bugs, suggestions, patches.

---------------------------

Change log:

* 0.52: Remove unnecessary "tabs" permission as of the newest version of the APIs.
* 0.51: Fix a measuring bug where tiled windows were a little too large.
* 0.5: Support for multiple monitors.
* 0.30: Adapted to version 2 of the Chrome extension manifest. Fixed a bug where clicking on the tiling button twice was sometimes necessary.
* 0.20: Fixed issue with maximized windows, they now all get un-maximized before tiling. Minimized windows are ignored from the tiling process and kept as-is.
* 0.10: First version.                    

확장 프로그램 기본 정보

이름 Window Tiler Window Tiler
ID icdbbdcilpcejpjggageekankfnelfpj
공식 URL https://chromewebstore.google.com/detail/window-tiler/icdbbdcilpcejpjggageekankfnelfpj
설명 Tile your windows with a single click.
파일 크기 128 KB
설치 횟수 28,643
현재 버전 0.52
최근 업데이트 2021-08-06
출시 날짜 2016-01-14
평점 3.07/5 총 72 개의 평점
개발자 Manu Cornet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/lmanul/window-tiler
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Window Tiler",
    "version": "0.52",
    "description": "Tile your windows with a single click.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Click to tile your windows",
        "default_icon": "icon_19.png"
    },
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "72": "icon_72.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "system.display"
    ]
}