Window Resizer
Resize Google Chrome windows.
什么是Window Resizer?
Window Resizer是由https://lawfulgood.github.io开发的Chrome扩展程序,该扩展的主要功能是“Resize Google Chrome windows.”。
扩展截图
下载Window Resizer扩展crx文件
下载Window Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Window Resizer is a utility to allow you to easily resize Google Chrome windows to specific sizes.
Source: https://github.com/LawfulGood/WindowResizer
Lawful Good is a suite of Google Chrome plugins that provide much needed developer & user functionality, without clogging your browser up with spyware, malware or other trash. 扩展基本信息
| 名称 | |
| ID | fgcikanifihhgnacepigehgmplgkkgcl |
| 官方URL | https://chromewebstore.google.com/detail/window-resizer/fgcikanifihhgnacepigehgmplgkkgcl |
| 简介 | Resize Google Chrome windows. |
| 文件大小 | 125 KB |
| 安装次数 | 10,000 |
| 当前版本 | 0.3 |
| 更新时间 | 2014-10-09 |
| 上架时间 | 2014-10-09 |
| 评分 | 3.63/5 共30次评分 |
| 开发者 | https://lawfulgood.github.io |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"name": "Window Resizer",
"version": "0.3",
"manifest_version": 2,
"description": "Resize Google Chrome windows.",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "assets\/icons\/resize16.png",
"48": "assets\/icons\/resize48.png",
"128": "assets\/icons\/resize128.png",
"256": "assets\/icons\/resize256.png"
},
"browser_action": {
"default_icon": "assets\/icons\/resize256.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |