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