Chameleon

Simple responsive website testing.

Qu'est-ce que Chameleon ?

Chameleon est une extension Chrome développée par https://stefanritter.com, et sa fonction principale est "Simple responsive website testing.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chameleon

Téléchargez les fichiers d'extension Chameleon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Chameleon Chameleon
ID acdpiemklcfaoglpjmidpjdbhkgdoede
URL Officiel https://chromewebstore.google.com/detail/chameleon/acdpiemklcfaoglpjmidpjdbhkgdoede
Description Simple responsive website testing.
Taille du Fichier 55.64 KB
Nombre d'Installations 10,495
Version Actuelle 1.2.1
Dernière Mise à Jour 2017-03-15
Date de Publication 2017-03-15
Évaluation 3.71/5 Total 52 Évaluations
Développeur https://stefanritter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://stefanritter.com/chameleon/
Langues Prises en Charge 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"
    }
}