Tiled - Tiling window manager
Forget about generic presets—design and save your own window layouts
Tiled - Tiling window managerคืออะไร?
Tiled - Tiling window manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sylvester Wilmott และคุณลักษณะหลักของมันคือ "Forget about generic presets—design and save your own window layouts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiled - Tiling window manager
ดาวน์โหลดไฟล์ส่วนขยาย Tiled - Tiling window manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing Tiled, the grid-based layout manager for Google Chrome ™. With Tiled, your workspace becomes a harmonious haven, allowing you to craft personalised layouts that suit your style. ==================== FEATURES ==================== CREATE YOUR IDEAL LAYOUT Forget about generic presets—Tiled understands that workspace layouts are as unique as the individuals using them. That's why Tiled takes an intuitive approach to help you create your workspace layout. Use the grid to design your window arrangement, click "Apply" and all your browser windows will fall in line just the way you envisioned. SAVE LAYOUTS After designing a new layout, click "Save layout" and enter a name for your new arrangement. Whenever you want to switch to a specific layout, you can do so effortlessly with a single click from the extension popup. MULTI-DISPLAY SUPPORT Tiled's grid mirrors the aspect ratio of your current display. Tiled always uses the current display when applying layouts, so the display where your window is located at the time of applying a layout will be the one used by Tiled. BEAUTIFUL INTERFACE Tiled seamlessly integrates into the Google Chrome™ environment, both in its visual design and behaviour. Launch the extension by clicking the extension icon or using the keyboard shortcut Ctrl+Shift+L or Command+Shift+L. The arrow keys can be used to navigate the menu or keyboard shortcuts can be used to quickly access the menu items.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tiled - Tiling window manager |
ID | epebbpgbdaoolneajfaccpgckebbbjfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tiled-tiling-window-manag/epebbpgbdaoolneajfaccpgckebbbjfo |
คำอธิบาย | Forget about generic presets—design and save your own window layouts |
ขนาดไฟล์ | 30.4 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 1.3.13 |
อัปเดตครั้งล่าสุด | 2023-07-08 |
วันที่เผยแพร่ | 2023-04-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Sylvester Wilmott |
อีเมล | [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.3.13", "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": ".\/html\/index.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |