Window Tiler
Tile your windows with a single click.
Window Tilerคืออะไร?
Window Tiler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manu Cornet และคุณลักษณะหลักของมันคือ "Tile your windows with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Tiler
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |