Master Resizer
Master Resizer is an extension which allows you to change the screen size.
什么是Master Resizer?
Master Resizer是由vernuigorr开发的Chrome扩展程序,该扩展的主要功能是“Master Resizer is an extension which allows you to change the screen size.”。
扩展截图
下载Master Resizer扩展crx文件
下载Master Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.
扩展基本信息
名称 | |
ID | abgcndceoklfjamfbampifddhlbdlkaj |
官方URL | https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj |
简介 | Master Resizer is an extension which allows you to change the screen size. |
文件大小 | 507 KB |
安装次数 | 78 |
当前版本 | 1.0 |
更新时间 | 2018-03-26 |
上架时间 | 2018-03-26 |
评分 | 1.00/5 共4次评分 |
开发者 | vernuigorr |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Master Resizer is an extension which allows you to change the screen size.", "icons": { "128": "images\/icon-128.png", "16": "images\/default.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Master Resizer", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |