Multiple Windows

It provide to create windows to different sizes and multiple for front-end developers.

Multiple Windowsคืออะไร?

Multiple Windows เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.emreozbek.net และคุณลักษณะหลักของมันคือ "It provide to create windows to different sizes and multiple for front-end developers."

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

screenshot
screenshot
screenshot

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

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

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

                        “Multiple Windows”; allows you to create multiple windows in the same single screen that each has a different resolution. Thus, while you are working on the development of front-end side, “Multiple Windows” meets all your window sizing needs. With this great “Resize” feature of “Multiple Windows”, you can reuse your previously created custom-sized screens in all your projects without a need to resize.                    

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

ชื่อ Multiple Windows Multiple Windows
ID npdmdcegegmlhfdpkflmkkmjpficmimk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/multiple-windows/npdmdcegegmlhfdpkflmkkmjpficmimk
คำอธิบาย It provide to create windows to different sizes and multiple for front-end developers.
ขนาดไฟล์ 769 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.56/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา http://www.emreozbek.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emreozbek.github.io/multiple-windows/
URL หน้านโยบายความเป็นส่วนตัว http://www.emreozbek.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Multiple Windows",
    "description": "It provide to create windows to different sizes and multiple for front-end developers.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "assets\/icon-16.png"
    },
    "icons": {
        "256": "assets\/icon-256.png",
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png",
        "16": "assets\/icon-16.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src 'self' data: chrome-extension-resource:;",
    "web_accessible_resources": [
        "background.js",
        "assets\/bundle.js",
        "assets\/bundle.css",
        "cors.html",
        "*.ttf",
        "*.woff",
        "*.woff2",
        "*.png",
        "*.eot",
        "*.svg",
        "http:\/\/*",
        "https:\/\/*"
    ]
}