Responswitch
Test responsive design of any web page with one click. Extension works when you click to extension icon only.
Wat is Responswitch?
Responswitch is een Chrome-extensie ontwikkeld door Mesut Tasci, en de belangrijkste functie is "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".
Extensie Screenshots
Download het CRX-bestand van de extensie Responswitch
Download Responswitch-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
Make easily responsive design test any website with just one click.
Basisinformatie over de Extensie
Naam | Responswitch |
ID | jnajocfhlflimigaiiidopobidekkanf |
Officiële URL | https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf |
Beschrijving | Test responsive design of any web page with one click. Extension works when you click to extension icon only. |
Bestandsgrootte | 55.49 KB |
Aantal Installaties | 382 |
Huidige Versie | 0.8 |
Laatst Bijgewerkt | 2014-05-21 |
Publicatiedatum | 2014-05-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mesut Tasci |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mesuutt/ish. |
Help Pagina-URL | https://github.com/mesuutt/ish./issues |
Ondersteunde Talen | 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" } |