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
Eメール [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"
    }
}