Responswitch
Test responsive design of any web page with one click. Extension works when you click to extension icon only.
Vad är Responswitch?
Responswitch är en Chrome-tillägg utvecklad av Mesut Tasci, och dess huvudfunktion är "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".
Tilläggsskärmbilder
Ladda ner Responswitch-förlängningens CRX-fil
Ladda ner Responswitch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Make easily responsive design test any website with just one click.
Grundläggande Information om Tillägg
Namn | Responswitch |
ID | jnajocfhlflimigaiiidopobidekkanf |
Officiell webbadress | https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf |
Beskrivning | Test responsive design of any web page with one click. Extension works when you click to extension icon only. |
Filstorlek | 55.49 KB |
Antal Installationer | 382 |
Aktuell Version | 0.8 |
Senast Uppdaterad | 2014-05-21 |
Publiceringsdatum | 2014-05-21 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Mesut Tasci |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mesuutt/ish. |
Hjälpsida URL | https://github.com/mesuutt/ish./issues |
Stödda Språk | 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" } |