Multiple Windows

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

Multiple Windowsとは何ですか?

Multiple Windowsはhttp://www.emreozbek.netによって開発されたChromeの拡張機能で、その主な機能は「It provide to create windows to different sizes and multiple for front-end developers.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Multiple Windows拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*"
    ]
}