Quilt - Tiling Window Manager

Quilt keeps your workspace tidy by automatically tiling your windows.

Quilt - Tiling Window Manager क्या है?

Quilt - Tiling Window Manager Mr Violets द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quilt keeps your workspace tidy by automatically tiling your windows."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quilt - Tiling Window Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quilt is a tiling window manager extension for your browser. Think of it as the friend who can't help but tidy up your place when they visit. It creates a neat little pattern with your windows - plus, it's smart enough to consider your screen size and orientation, making sure every window fits just right, every time.

WHAT IT DOES

- Automatically tiles your windows when they are created or closed.
- Thoughtfully tiles your windows taking into account your display resolution, orientation, and preferences.
- Reserves a spot for a fixed size master window in a size ratio that suits your style.
- Select a window spacing or choose to have none at all.
- Toggle auto-tiling on/off.
- Manually tiling works independently on different displays.

USAGE

Once Quilt is installed, it'll get straight to work, tiling your new browser windows to fit your screen just right. Click the extension icon to tweak preferences or to turn off the automatic tiling.                    

एक्सटेंशन की मूल जानकारी

नाम Quilt - Tiling Window Manager Quilt - Tiling Window Manager
ID ikjaecdfcaoegkfgjhhkjgcpmackbnki
आधिकारिक URL https://chromewebstore.google.com/detail/quilt-tiling-window-manag/ikjaecdfcaoegkfgjhhkjgcpmackbnki
विवरण Quilt keeps your workspace tidy by automatically tiling your windows.
फ़ाइल का आकार 34.5 KB
स्थापना संख्या 606
वर्तमान संस्करण 1.2.6
अंतिम अपडेट 2023-10-13
प्रकाशन तिथि 2023-08-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Mr Violets
ईमेल [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.2.6",
    "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": "popup\/popup.html"
    },
    "commands": {
        "tile_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Tiles all windows on all displays"
        }
    }
}