Responsive Viewer

Show multiple screens once, Responsive design tester

ما هو Responsive Viewer؟

Responsive Viewer هو إضافة Chrome تم تطويرها بواسطة https://responsiveviewer.org، والميزة الرئيسية لها هي "Show multiple screens once, Responsive design tester".

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

screenshot
screenshot
screenshot

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

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

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

                        A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications.

icon by Dima Hamayunau (https://dribbble.com/abybe).

Clarification on privacy: 
The extension does not track or collect any of your data, it's even not connected to any server to store data.

Source code:
https://github.com/skmail/responsive-viewer                    

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

الاسم Responsive Viewer Responsive Viewer
ID inmopeiepgfljkpkidclfgbgbmfcennb
عنوان URL الرسمي https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb
الوصف Show multiple screens once, Responsive design tester
حجم الملف 368 KB
عدد التثبيتات 273,255
النسخة الحالية 1.0.21
آخر تحديث 2023-07-18
تاريخ النشر 2019-12-21
تقييم 4.55/5 مجموع تقييمات 237
المطور https://responsiveviewer.org
البريد الإلكتروني psokmail@gmail.com
نوع الدفع free
موقع الإضافة https://responsiveviewer.org/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive Viewer",
    "author": "Solaiman Kmail",
    "version": "1.0.21",
    "description": "Show multiple screens once, Responsive design tester",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webNavigation",
        "webRequestBlocking"
    ]
}