Window Resizer

Easily set the layout (size & position) of your browser window

Window Resizer क्या है?

Window Resizer Lynn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily set the layout (size & position) of your browser window"।

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

screenshot
screenshot

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

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

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

                        Window Resizer is an extension that lets you easily resize and reposition the current window to your desired values.

Simply open toolbar popup UI and click on the desired layout set (size & position). Once you click a layout, the window will be positioned and resized to the chosen layout. There are 20 predefined layouts available to choose from in the toolbar popup.

If you need a custom layout, please click on the - Add a new layout - button at the top left corner in popup UI. A new tab will be open with a custom design layout UI. Simply drag your desired size within the orange area, then click on the - Save - button to store the custom layout. The new layout will be added to the popup UI.

Note 1: icons within toolbar popup UI are draggable and the new order will be auto-saved to the memory.

Note 2: to report bugs, please fill the bug report form on the addon homepage (https://mybrowseraddon.com/window-resizer.html).                    

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

नाम Window Resizer Window Resizer
ID hgjfanlllikpfpaadggdbchdpcbiaeei
आधिकारिक URL https://chromewebstore.google.com/detail/window-resizer/hgjfanlllikpfpaadggdbchdpcbiaeei
विवरण Easily set the layout (size & position) of your browser window
फ़ाइल का आकार 48.13 KB
स्थापना संख्या 8,729
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2023-03-11
प्रकाशन तिथि 2019-12-03
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर Lynn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/window-resizer.html
सहायता पृष्ठ URL https://mybrowseraddon.com/window-resizer.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Window Resizer",
    "permissions": [
        "storage",
        "system.display"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/window-resizer.html",
    "description": "Easily set the layout (size & position) of your browser window",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Window Resizer",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}