Window Tiler
Tile your windows with a single click.
什麼是Window Tiler?
Window Tiler是由Manu Cornet開發的Chrome擴展程式,該擴展的主要功能是“Tile your windows with a single click.”。
擴展截圖
下載Window Tiler擴展crx文件
下載Window Tiler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | icdbbdcilpcejpjggageekankfnelfpj |
官方網址 | 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" ] } |