Responsive Window
Making responsive design a little bit easier.
什么是Responsive Window?
Responsive Window是由https://woodwardmedia.net开发的Chrome扩展程序,该扩展的主要功能是“Making responsive design a little bit easier.”。
扩展截图
下载Responsive Window扩展crx文件
下载Responsive Window扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Whether your a developer or a designer you most likely have heard of responsive design. This little extension helps you out by opening the current page you are visiting in new window 320px wide.
扩展基本信息
名称 | Responsive Window |
ID | gnflplbfnfekejfoalgbcikilalbloec |
官方URL | https://chromewebstore.google.com/detail/responsive-window/gnflplbfnfekejfoalgbcikilalbloec |
简介 | Making responsive design a little bit easier. |
文件大小 | 5.38 KB |
安装次数 | 878 |
当前版本 | 1.1 |
更新时间 | 2012-05-04 |
上架时间 | 2012-05-03 |
评分 | 3.56/5 共9次评分 |
开发者 | https://woodwardmedia.net |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Responsive Window", "version": "1.1", "manifest_version": 2, "description": "Making responsive design a little bit easier.", "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "responsive_window.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ] } |