Responswitch

Test responsive design of any web page with one click. Extension works when you click to extension icon only.

Qu'est-ce que Responswitch ?

Responswitch est une extension Chrome développée par Mesut Tasci, et sa fonction principale est "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".

Captures d'Écran de l'Extension

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

Téléchargez les fichiers d'extension Responswitch 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

                        Make easily responsive design test any website with just one click.                    

Informations de Base sur l'Extension

Nom Responswitch Responswitch
ID jnajocfhlflimigaiiidopobidekkanf
URL Officiel https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf
Description Test responsive design of any web page with one click. Extension works when you click to extension icon only.
Taille du Fichier 55.49 KB
Nombre d'Installations 382
Version Actuelle 0.8
Dernière Mise à Jour 2014-05-21
Date de Publication 2014-05-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Mesut Tasci
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mesuutt/ish.
URL de la Page d'Aide https://github.com/mesuutt/ish./issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responswitch",
    "description": "Test responsive design of any web page with one click. Extension works when you click to extension icon only.",
    "manifest_version": 2,
    "version": "0.8",
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "js\/data-saver.js",
                "js\/url-handler.js",
                "js\/init.js",
                "contentscript.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/mesuutt\/responswitch",
    "author": "Mesut Tasci"
}