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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย W I D I F Y
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [ " |