Easy Window Resize

Resize window with a keystroke.

Easy Window Resize là gì?

Easy Window Resize là một tiện ích mở rộng Chrome được phát triển bởi https://serdar.work, và tính năng chính của nó là "Resize window with a keystroke.".

Ả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 Easy Window Resize

Tải xuống các tệp mở rộng Easy Window Resize 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

                        - Resizes the active browser window to the predefined list of sizes.

- Requires no special permissions.

- Use the default keyboard shortcut Ctrl+Shift+A (Command+Shift+A for Mac) to resize to the next window size in your list. Keep using the shortcut to rotate window sizes.

- You can add and remove sizes in the window sizes list. Go to extension options to do that.

- You can change the shortcut. Use "Keyboard shortcuts" in the Chrome extension settings to do that.

UPDATES

- Menu added.

- You can add the current window size using the "Add Current Window Size" button in the options page.                    

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

Tên Easy Window Resize Easy Window Resize
ID cfpenpohaapdgnkglcbgjiooipcbcebi
URL Chính Thức https://chromewebstore.google.com/detail/easy-window-resize/cfpenpohaapdgnkglcbgjiooipcbcebi
Mô tả Resize window with a keystroke.
Kích Thước Tệp 46.42 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-03-27
Ngày Phát Hành 2020-06-16
Đánh Giá 3.92/5 Tổng số 38 Đánh Giá
Nhà Phát Triển https://serdar.work
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://serdar.work/chrome-extensions/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "next-window-size": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Next Window Size"
        }
    },
    "homepage_url": "http:\/\/serdar.work",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}