Multiple Windows

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

Multiple Windows là gì?

Multiple Windows là một tiện ích mở rộng Chrome được phát triển bởi http://www.emreozbek.net, và tính năng chính của nó là "It provide to create windows to different sizes and multiple for front-end developers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multiple Windows

Tải xuống các tệp mở rộng Multiple Windows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        “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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multiple Windows Multiple Windows
ID npdmdcegegmlhfdpkflmkkmjpficmimk
URL Chính Thức https://chrome.google.com/webstore/detail/multiple-windows/npdmdcegegmlhfdpkflmkkmjpficmimk
Mô tả It provide to create windows to different sizes and multiple for front-end developers.
Kích Thước Tệp 769 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.56/5 Tổng số 18 Đánh Giá
Nhà Phát Triển http://www.emreozbek.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://emreozbek.github.io/multiple-windows/
URL Trang Chính Sách Bảo Mật http://www.emreozbek.net
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*"
    ]
}