W I D I F Y

Takes back unused space on web pages to allow for widescreen viewing bliss. You paid for that screen real estate, you should use it.

W I D I F Y क्या है?

W I D I F Y W4775 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes back unused space on web pages to allow for widescreen viewing bliss. You paid for that screen real estate, you should use it."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        WIDIFY is a chrome extension that allows you to utilize the full width of your wide or ultrawide monitor. Some websites limit the amount of space displayed WIDIFY aims to take back the unused space and allow for a better viewing experience.

Feel free to offer other site suggestions over @ https://github.com/W4775/WIDIFY or now through the extension itself ** Must be logged into GitHub to submit through the extension

Change history can be found here: https://github.com/W4775/Widify/blob/main/README.md

Installation instructions:

1. Access the Extensions menu (Click the Puzzle icon next to address bar)
2. Locate WIDIFY (You can pin it for ease of use later), click the extension
3. Configure which sites you want to WIDIFY by toggling on/off the selected sites card
4. ????
5. PROFIT!

NOTE: You might have to refresh the website for WIDIFY to take effect!                    

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

नाम W I D I F Y W I D I F Y
ID lleehngfgcgobejafenllbianegnnefc
आधिकारिक URL https://chromewebstore.google.com/detail/w-i-d-i-f-y/lleehngfgcgobejafenllbianegnnefc
विवरण Takes back unused space on web pages to allow for widescreen viewing bliss. You paid for that screen real estate, you should use it.
फ़ाइल का आकार 23.64 KB
स्थापना संख्या 117
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-05-11
प्रकाशन तिथि 2021-06-18
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर W4775
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/W4775/Widify
सहायता पृष्ठ URL https://github.com/W4775/Widify
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "W I D I F Y",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "1.1.0",
    "description": "Takes back unused space on web pages to allow for widescreen viewing bliss. You paid for that screen real estate, you should use it.",
    "permissions": [
        "scripting",
        "webNavigation",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/options.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}