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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}