Master Resizer

Master Resizer is an extension which allows you to change the screen size.

Master Resizerคืออะไร?

Master Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vernuigorr และคุณลักษณะหลักของมันคือ "Master Resizer is an extension which allows you to change the screen size."

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

screenshot

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

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

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

                        Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.                    

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

ชื่อ Master Resizer Master Resizer
ID abgcndceoklfjamfbampifddhlbdlkaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj
คำอธิบาย Master Resizer is an extension which allows you to change the screen size.
ขนาดไฟล์ 507 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-03-26
วันที่เผยแพร่ 2018-03-26
คะแนน 1.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา vernuigorr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Master Resizer is an extension which allows you to change the screen size.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/default.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Master Resizer",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}