Responswitch
Test responsive design of any web page with one click. Extension works when you click to extension icon only.
什么是Responswitch?
Responswitch是由Mesut Tasci开发的Chrome扩展程序,该扩展的主要功能是“Test responsive design of any web page with one click. Extension works when you click to extension icon only.”。
扩展截图
下载Responswitch扩展crx文件
下载Responswitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make easily responsive design test any website with just one click.
扩展基本信息
名称 | Responswitch |
ID | jnajocfhlflimigaiiidopobidekkanf |
官方URL | https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf |
简介 | Test responsive design of any web page with one click. Extension works when you click to extension icon only. |
文件大小 | 55.49 KB |
安装次数 | 382 |
当前版本 | 0.8 |
更新时间 | 2014-05-21 |
上架时间 | 2014-05-21 |
评分 | 5.00/5 共2次评分 |
开发者 | Mesut Tasci |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mesuutt/ish. |
帮助页面URL | https://github.com/mesuutt/ish./issues |
支持的语言 | 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" } |