Chameleon

Simple responsive website testing.

什么是Chameleon?

Chameleon是由https://stefanritter.com开发的Chrome扩展程序,该扩展的主要功能是“Simple responsive website testing.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Chameleon扩展crx文件

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