Window Resizer

Resize the browser window.

Window Resizerคืออะไร?

Window Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย antwhere.com และคุณลักษณะหลักของมันคือ "Resize the browser window."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Resizer

ดาวน์โหลดไฟล์ส่วนขยาย Window Resizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Resize the browser window. The resolution list supports customization.

✅ open-source: https://bitbucket.org/antwhere/window_resizer/
----------

Update history:
1.6: Migrate to Manifest V3.
1.5: Enhanced input data verification.
1.4: Add editing function.
1.3: Add rich customization options.
1.2: Fixed bugs, improved performance.
1.1: The open source Window Resizer extension is here!
----------

Privacy Policy:
We do not collect any information from the first version until now and forever!
----------

The initial version began in June 2020.
Feedback E-mail: [email protected]
Official Website: www.antwhere.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Window Resizer Window Resizer
ID pcgliehpfebaphkmeffmichhimjagaal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/window-resizer/pcgliehpfebaphkmeffmichhimjagaal
คำอธิบาย Resize the browser window.
ขนาดไฟล์ 10.21 KB
จำนวนการติดตั้ง 342
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-11-23
วันที่เผยแพร่ 2020-07-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา antwhere.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Window Resizer",
    "description": "Resize the browser window.",
    "version": "1.6",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    }
}