Maximize All Windows

Maximize all browser windows.

Maximize All Windows क्या है?

Maximize All Windows ericchase द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maximize all browser windows."।

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

screenshot

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

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

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

                        Maximizes all windows belonging to the current browser.

Features:
An option for controlling whether addon maximizes windows on browser startup.
An option for controlling whether addon maximizes new windows when they are created.
An option for controlling whether windows are minimized if they were minimized before maximizing.


Have ideas for new Addons? Send me an email, I love talking about new ideas!                    

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

नाम Maximize All Windows Maximize All Windows
ID amhaoajgjmbmibdnbgdebkmbcpicgnkj
आधिकारिक URL https://chromewebstore.google.com/detail/maximize-all-windows/amhaoajgjmbmibdnbgdebkmbcpicgnkj
विवरण Maximize all browser windows.
फ़ाइल का आकार 22.83 KB
स्थापना संख्या 885
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2020-10-07
प्रकाशन तिथि 2020-10-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर ericchase
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ericchase/maximize-all-windows
सहायता पृष्ठ URL https://github.com/ericchase/maximize-all-windows/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ericchase",
    "background": {
        "scripts": [
            "js\/__shared.js",
            "js\/browser-action.js",
            "js\/runtime-startup.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/browser-action-16.png",
            "32": "images\/browser-action-32.png"
        },
        "default_title": "Maximize all browser windows."
    },
    "description": "Maximize all browser windows.",
    "homepage_url": "https:\/\/github.com\/ericchase\/maximize-all-windows",
    "icons": {
        "48": "images\/logo-48.png",
        "96": "images\/logo-96.png"
    },
    "manifest_version": 2,
    "name": "Maximize All Windows",
    "options_ui": {
        "chrome_style": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.1.3"
}