Window Layout Resizer

Resize the current window into different customizable layouts (Multiple monitors are supported).

Window Layout Resizer là gì?

Window Layout Resizer là một tiện ích mở rộng Chrome được phát triển bởi rynu.smith, và tính năng chính của nó là "Resize the current window into different customizable layouts (Multiple monitors are supported).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Window Layout Resizer

Tải xuống các tệp mở rộng Window Layout Resizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension allows you to adjust the current window layout size to the commonly used sizes (like half, one-third, or quarter window sizes). You can define your own custom layout size from the options page or change the order of items that are shown in the popup window. The extension is compatible with high resolution (HD) (like Retina) displays and handles multiple monitors very well. Also, the layout settings work fine if a monitor is replaced (percentages are stored instead of the absolute values).

This can be used to split your screen into different sections and place different web pages into different areas.

For more details or posting suggestions please use:
http://add0n.com/layout-resizer.html
For technical bug reports use:
https://github.com/ray-lothian/Layout-Resizer/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Window Layout Resizer Window Layout Resizer
ID gpogedegpcfmbpfbjilofgfmjglebnhi
URL Chính Thức https://chromewebstore.google.com/detail/window-layout-resizer/gpogedegpcfmbpfbjilofgfmjglebnhi
Mô tả Resize the current window into different customizable layouts (Multiple monitors are supported).
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 1,122
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2020-09-02
Ngày Phát Hành 2017-10-07
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển rynu.smith
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://add0n.com/layout-resizer.html
URL Trang Trợ Giúp http://add0n.com/layout-resizer.html
URL Trang Chính Sách Bảo Mật https://add0n.com/policies/rynu.smith.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Window Layout Resizer",
    "description": "Resize the current window into different customizable layouts (Multiple monitors are supported).",
    "version": "0.1.4",
    "icons": {
        "16": "Content\/Images\/16.png",
        "24": "Content\/Images\/24.png",
        "32": "Content\/Images\/32.png",
        "64": "Content\/Images\/64.png",
        "128": "Content\/Images\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "Scripts\/Resizer.js",
            "Scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "system.display",
        "notifications"
    ],
    "homepage_url": "https:\/\/add0n.com\/layout-resizer.html",
    "commands": {
        "resize0": {
            "description": "Resize to template #1"
        },
        "resize1": {
            "description": "Resize to template #2"
        },
        "resize2": {
            "description": "Resize to template #3"
        },
        "resize3": {
            "description": "Resize to template #4"
        }
    }
}