Responswitch
Test responsive design of any web page with one click. Extension works when you click to extension icon only.
Cos'è Responswitch?
Responswitch è un'estensione di Chrome sviluppata da Mesut Tasci, e la sua funzione principale è "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Responswitch
Scarica i file di estensione Responswitch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Make easily responsive design test any website with just one click.
Informazioni di Base sull'Estensione
Nome | Responswitch |
ID | jnajocfhlflimigaiiidopobidekkanf |
URL Ufficiale | https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf |
Descrizione | Test responsive design of any web page with one click. Extension works when you click to extension icon only. |
Dimensione del File | 55.49 KB |
Conteggio Installazioni | 382 |
Versione Corrente | 0.8 |
Ultimo Aggiornamento | 2014-05-21 |
Data di Pubblicazione | 2014-05-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Mesut Tasci |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mesuutt/ish. |
URL della Pagina di Aiuto | https://github.com/mesuutt/ish./issues |
Lingue Supportate | 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" } |