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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        “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/
عنوان صفحة سياسة الخصوصية 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:\/\/*"
    ]
}