Responsive Debug

A chrome extension for testing responsive web page, just by a click.

ما هو Responsive Debug؟

Responsive Debug هو إضافة Chrome تم تطويرها بواسطة Kevin Campion، والميزة الرئيسية لها هي "A chrome extension for testing responsive web page, just by a click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Responsive Debug

قم بتنزيل ملفات الامتداد Responsive Debug بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension lets you view the responsiveness of your web app in multiple device viewports.

For testing, open your site in a new tab and click on the Responsive Debug icon.                    

معلومات أساسية عن التمديد

الاسم Responsive Debug Responsive Debug
ID oeblldkhpjaeeocmklebjdaakbhmgmnj
عنوان URL الرسمي https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj
الوصف A chrome extension for testing responsive web page, just by a click.
حجم الملف 39.21 KB
عدد التثبيتات 536
النسخة الحالية 0.0.2
آخر تحديث 2017-05-31
تاريخ النشر 2017-05-31
تقييم 4.00/5 مجموع تقييمات 2
المطور Kevin Campion
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Responsive Debug"
    }
}