Multiple Windows
It provide to create windows to different sizes and multiple for front-end developers.
什么是Multiple Windows?
Multiple Windows是由http://www.emreozbek.net开发的Chrome扩展程序,该扩展的主要功能是“It provide to create windows to different sizes and multiple for front-end developers.”。
扩展截图
下载Multiple Windows扩展crx文件
下载Multiple Windows扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
“Multiple Windows”; allows you to create multiple windows in the same single screen that each has a different resolution. Thus, while you are working on the development of front-end side, “Multiple Windows” meets all your window sizing needs. With this great “Resize” feature of “Multiple Windows”, you can reuse your previously created custom-sized screens in all your projects without a need to resize. 扩展基本信息
| 名称 | |
| ID | npdmdcegegmlhfdpkflmkkmjpficmimk |
| 官方URL | https://chrome.google.com/webstore/detail/multiple-windows/npdmdcegegmlhfdpkflmkkmjpficmimk |
| 简介 | It provide to create windows to different sizes and multiple for front-end developers. |
| 文件大小 | 769 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.4 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 4.56/5 共18次评分 |
| 开发者 | http://www.emreozbek.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://emreozbek.github.io/multiple-windows/ |
| 隐私政策页面URL | http://www.emreozbek.net |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"name": "Multiple Windows",
"description": "It provide to create windows to different sizes and multiple for front-end developers.",
"version": "1.4",
"browser_action": {
"default_icon": "assets\/icon-16.png"
},
"icons": {
"256": "assets\/icon-256.png",
"128": "assets\/icon-128.png",
"48": "assets\/icon-48.png",
"16": "assets\/icon-16.png"
},
"permissions": [
"activeTab",
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src 'self' data: chrome-extension-resource:;",
"web_accessible_resources": [
"background.js",
"assets\/bundle.js",
"assets\/bundle.css",
"cors.html",
"*.ttf",
"*.woff",
"*.woff2",
"*.png",
"*.eot",
"*.svg",
"http:\/\/*",
"https:\/\/*"
]
} | |