Chameleon

Simple responsive website testing.

ما هو Chameleon؟

Chameleon هو إضافة Chrome تم تطويرها بواسطة https://stefanritter.com، والميزة الرئيسية لها هي "Simple responsive website testing.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Chameleon

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

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

                        Chameleon lets you quickly view the responsiveness of your web app in multiple device viewports.

Simultaneously review your site's behavior on a myriad of different screen sizes.

For testing, Chameleon opens your site in a new tab and shows you both the portrait and landscape orientation of each device.

Add and configure as many viewports and devices as you need.

View the source code on Github: http://stefanritter.com/chameleon/                    

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

الاسم Chameleon Chameleon
ID acdpiemklcfaoglpjmidpjdbhkgdoede
عنوان URL الرسمي https://chromewebstore.google.com/detail/chameleon/acdpiemklcfaoglpjmidpjdbhkgdoede
الوصف Simple responsive website testing.
حجم الملف 55.64 KB
عدد التثبيتات 10,495
النسخة الحالية 1.2.1
آخر تحديث 2017-03-15
تاريخ النشر 2017-03-15
تقييم 3.71/5 مجموع تقييمات 52
المطور https://stefanritter.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://stefanritter.com/chameleon/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chameleon",
    "short_name": "Chameleon",
    "description": "Simple responsive website testing.",
    "version": "1.2.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "options_page": "options_page\/options.html",
    "background": {
        "scripts": [
            "background_page\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "View in Chameleon"
    }
}