Chameleon

Simple responsive website testing.

Wat is Chameleon?

Chameleon is een Chrome-extensie ontwikkeld door https://stefanritter.com, en de belangrijkste functie is "Simple responsive website testing.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chameleon

Download Chameleon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Chameleon Chameleon
ID acdpiemklcfaoglpjmidpjdbhkgdoede
Officiële URL https://chromewebstore.google.com/detail/chameleon/acdpiemklcfaoglpjmidpjdbhkgdoede
Beschrijving Simple responsive website testing.
Bestandsgrootte 55.64 KB
Aantal Installaties 10,495
Huidige Versie 1.2.1
Laatst Bijgewerkt 2017-03-15
Publicatiedatum 2017-03-15
Beoordeling 3.71/5 Totaal 52 Beoordelingen
Ontwikkelaar https://stefanritter.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://stefanritter.com/chameleon/
Ondersteunde Talen 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"
    }
}