Easy Window Resize

Resize window with a keystroke.

Easy Window Resize क्या है?

Easy Window Resize https://serdar.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resize window with a keystroke."।

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

screenshot

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

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

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

                        - Resizes the active browser window to the predefined list of sizes.

- Requires no special permissions.

- Use the default keyboard shortcut Ctrl+Shift+A (Command+Shift+A for Mac) to resize to the next window size in your list. Keep using the shortcut to rotate window sizes.

- You can add and remove sizes in the window sizes list. Go to extension options to do that.

- You can change the shortcut. Use "Keyboard shortcuts" in the Chrome extension settings to do that.

UPDATES

- Menu added.

- You can add the current window size using the "Add Current Window Size" button in the options page.                    

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

नाम Easy Window Resize Easy Window Resize
ID cfpenpohaapdgnkglcbgjiooipcbcebi
आधिकारिक URL https://chromewebstore.google.com/detail/easy-window-resize/cfpenpohaapdgnkglcbgjiooipcbcebi
विवरण Resize window with a keystroke.
फ़ाइल का आकार 46.42 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2021-03-27
प्रकाशन तिथि 2020-06-16
रेटिंग 3.92/5 कुल 38 रेटिंग्स
डेवलपर https://serdar.work
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://serdar.work/chrome-extensions/privacy-policy.html
समर्थित भाषाएँ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "next-window-size": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Next Window Size"
        }
    },
    "homepage_url": "http:\/\/serdar.work",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}