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
官方網址 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"
    }
}