Responswitch
Test responsive design of any web page with one click. Extension works when you click to extension icon only.
Hvad er Responswitch?
Responswitch er en Chrome-udvidelse udviklet af Mesut Tasci, og dens hovedfunktion er "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".
Udvidelsesskærmbilleder
Download Responswitch-udvidelses-CRX-fil
Download Responswitch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Make easily responsive design test any website with just one click.
Grundlæggende oplysninger om udvidelsen
Navn | Responswitch |
ID | jnajocfhlflimigaiiidopobidekkanf |
Officiel URL | https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf |
Beskrivelse | Test responsive design of any web page with one click. Extension works when you click to extension icon only. |
Filstørrelse | 55.49 KB |
Antal Installationer | 382 |
Nuværende Version | 0.8 |
Senest Opdateret | 2014-05-21 |
Udgivelsesdato | 2014-05-21 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Mesut Tasci |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mesuutt/ish. |
Hjælpeside-URL | https://github.com/mesuutt/ish./issues |
Understøttede Sprog | 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" } |