Swift Snap (Window Resizer)

Snap and manage your windows with shortcuts!

Swift Snap (Window Resizer)คืออะไร?

Swift Snap (Window Resizer) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sunxperous และคุณลักษณะหลักของมันคือ "Snap and manage your windows with shortcuts!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swift Snap (Window Resizer)

ดาวน์โหลดไฟล์ส่วนขยาย Swift Snap (Window Resizer) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Swift Snap is a configurable windows resizer that works with keyboard shortcuts, and best of all it supports multiple displays!

Features
- Convenient windows management with one click snapping and positioning
- Allows configuration of custom sizes and positions to simulate dual or triple monitors
- Multiple flexible shortcuts to cycle through a set of layouts
- Button and shortcut to move windows to another display

Great for
- Multitasking productivity with tiled windows to take advantage of screen estate
- Splitscreen for Google Meet, Zoom, and Webex video calls on the side
- Instantly setting window sizes for responsive web app development

Only applicable for browser tabs and windows. For users on Windows, a better alternative would be FancyZones from Microsoft PowerToys. For macOS, Rectangle and Spectacle are recommended.

Feel free to leave suggestions and feedback!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Swift Snap (Window Resizer) Swift Snap (Window Resizer)
ID ogncjloladfooiimjbdgdkokmlmjpkjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swift-snap-window-resizer/ogncjloladfooiimjbdgdkokmlmjpkjd
คำอธิบาย Snap and manage your windows with shortcuts!
ขนาดไฟล์ 73.85 KB
จำนวนการติดตั้ง 1,368
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-09-24
วันที่เผยแพร่ 2020-05-30
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Sunxperous
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swift Snap (Window Resizer)",
    "version": "1.2.1",
    "description": "Snap and manage your windows with shortcuts!",
    "icons": {
        "16": "icons\/swift-snap-16.png",
        "48": "icons\/swift-snap-48.png",
        "128": "icons\/swift-snap-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/swift-snap-48.png",
        "default_title": "Swift Snap",
        "default_popup": "index.html"
    },
    "commands": {
        "swift-snap-left": {
            "suggested_key": {
                "default": "Alt+Shift+Left",
                "mac": "Ctrl+Shift+Left"
            },
            "description": "Swift Snap Left"
        },
        "swift-snap-right": {
            "suggested_key": {
                "default": "Alt+Shift+Right",
                "mac": "Ctrl+Shift+Right"
            },
            "description": "Swift Snap Right"
        },
        "swift-snap-up": {
            "suggested_key": {
                "default": "Alt+Shift+Up",
                "mac": "Ctrl+Shift+Up"
            },
            "description": "Swift Snap Up"
        },
        "swift-snap-down": {
            "description": "Swift Snap Down"
        },
        "move-next-display": {
            "suggested_key": {
                "default": "Alt+Shift+M",
                "mac": "Alt+Shift+M"
            },
            "description": "Move window to next display"
        },
        "swift-snap-xtra-1": {
            "description": "Extra shortcut"
        },
        "swift-snap-xtra-2": {
            "description": "Extra shortcut"
        },
        "swift-snap-xtra-3": {
            "description": "Extra shortcut"
        },
        "swift-snap-xtra-4": {
            "description": "Extra shortcut"
        },
        "swift-snap-xtra-5": {
            "description": "Extra shortcut"
        }
    },
    "permissions": [
        "storage",
        "system.display"
    ]
}