Chameleon

Simple responsive website testing.

Chameleon là gì?

Chameleon là một tiện ích mở rộng Chrome được phát triển bởi https://stefanritter.com, và tính năng chính của nó là "Simple responsive website testing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chameleon

Tải xuống các tệp mở rộng Chameleon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chameleon Chameleon
ID acdpiemklcfaoglpjmidpjdbhkgdoede
URL Chính Thức https://chromewebstore.google.com/detail/chameleon/acdpiemklcfaoglpjmidpjdbhkgdoede
Mô tả Simple responsive website testing.
Kích Thước Tệp 55.64 KB
Số Lần Cài Đặt 10,495
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-03-15
Ngày Phát Hành 2017-03-15
Đánh Giá 3.71/5 Tổng số 52 Đánh Giá
Nhà Phát Triển https://stefanritter.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://stefanritter.com/chameleon/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}