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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}