WindowSize

Change Windows Size.

什么是WindowSize?

WindowSize是由nori_yamam开发的Chrome扩展程序,该扩展的主要功能是“Change Windows Size.”。

扩展截图

screenshot

下载WindowSize扩展crx文件

下载WindowSize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Change Chrome's window size.
It is convenient to standardize the size when you attach screenshot to manual or blog.


Oct.30, 2019 Known issues

I've found that this doesn't work correctly if the Chrome window size is maximized.
This probably happened in Chrome78.
I checked the program but could not find a fix method.
If the Chrome window size is maximized, it will work correctly if you change it manually.                    

扩展基本信息

名称 WindowSize WindowSize
ID oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
官方URL https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
简介 Change Windows Size.
文件大小 7.52 KB
安装次数 87
当前版本 1.4
更新时间 2023-10-30
上架时间 2019-10-30
开发者 nori_yamam
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WindowSize",
    "short_name": "WS",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Change Windows Size.",
    "action": {
        "default_title": "Window Size 1.4",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "WindowSize_32.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "WindowSize_128.png"
    }
}