Simple Window Resizer

Quickly moves your Firefox window to a pre-defined position on your screen.

什么是Simple Window Resizer?

Simple Window Resizer是由Soustruh开发的Chrome扩展程序,该扩展的主要功能是“Quickly moves your Firefox window to a pre-defined position on your screen.”。

扩展截图

screenshot

下载Simple Window Resizer扩展crx文件

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

扩展使用说明

                        You might like this add-on if you frequently switch between the display of your laptop and external screens and do not like browsing in fullscreen. In one click it moves your window to a pre-defined position and resizes it to leave a configurable space around (I personally like to see my instant messenger window all the time on the right).

Recommended values for top, left and bottom margins in Windows 10 are -1, -6 and 34 px, respectively.

Any feature request welcome! :-)                    

扩展基本信息

名称 Simple Window Resizer Simple Window Resizer
ID mfiakfjaghmfobbjfbefhhdcbknekfic
官方URL https://chromewebstore.google.com/detail/simple-window-resizer/mfiakfjaghmfobbjfbefhhdcbknekfic
简介 Quickly moves your Firefox window to a pre-defined position on your screen.
文件大小 11.88 KB
安装次数 204
当前版本 1.2
更新时间 2019-02-15
上架时间 2019-02-15
评分 5.00/5 共5次评分
开发者 Soustruh
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://krasty.sbeta.cz/hr-nice/privacy
支持的语言 en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    },
    "manifest_version": 2,
    "name": "Simple Window Resizer",
    "version": "1.2",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "icon_32.png"
        },
        "default_title": "Resize!"
    },
    "options_ui": {
        "page": "options.html"
    }
}