Maximize All Windows

Maximize all browser windows.

Maximize All Windows là gì?

Maximize All Windows là một tiện ích mở rộng Chrome được phát triển bởi ericchase, và tính năng chính của nó là "Maximize all browser windows.".

Ả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 Maximize All Windows

Tải xuống các tệp mở rộng Maximize All Windows 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

                        Maximizes all windows belonging to the current browser.

Features:
An option for controlling whether addon maximizes windows on browser startup.
An option for controlling whether addon maximizes new windows when they are created.
An option for controlling whether windows are minimized if they were minimized before maximizing.


Have ideas for new Addons? Send me an email, I love talking about new ideas!                    

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

Tên Maximize All Windows Maximize All Windows
ID amhaoajgjmbmibdnbgdebkmbcpicgnkj
URL Chính Thức https://chromewebstore.google.com/detail/maximize-all-windows/amhaoajgjmbmibdnbgdebkmbcpicgnkj
Mô tả Maximize all browser windows.
Kích Thước Tệp 22.83 KB
Số Lần Cài Đặt 885
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2020-10-07
Ngày Phát Hành 2020-10-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ericchase
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ericchase/maximize-all-windows
URL Trang Trợ Giúp https://github.com/ericchase/maximize-all-windows/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ericchase",
    "background": {
        "scripts": [
            "js\/__shared.js",
            "js\/browser-action.js",
            "js\/runtime-startup.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/browser-action-16.png",
            "32": "images\/browser-action-32.png"
        },
        "default_title": "Maximize all browser windows."
    },
    "description": "Maximize all browser windows.",
    "homepage_url": "https:\/\/github.com\/ericchase\/maximize-all-windows",
    "icons": {
        "48": "images\/logo-48.png",
        "96": "images\/logo-96.png"
    },
    "manifest_version": 2,
    "name": "Maximize All Windows",
    "options_ui": {
        "chrome_style": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.1.3"
}