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開發的Chrome擴展程式,該擴展的主要功能是“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

下載W I D I F Y擴展crx文件

下載W I D I F Y擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}