Maximize All Windows

Maximize all browser windows.

Maximize All Windowsคืออะไร?

Maximize All Windows เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ericchase และคุณลักษณะหลักของมันคือ "Maximize all browser windows."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maximize All Windows

ดาวน์โหลดไฟล์ส่วนขยาย Maximize All Windows ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Maximize All Windows Maximize All Windows
ID amhaoajgjmbmibdnbgdebkmbcpicgnkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/maximize-all-windows/amhaoajgjmbmibdnbgdebkmbcpicgnkj
คำอธิบาย Maximize all browser windows.
ขนาดไฟล์ 22.83 KB
จำนวนการติดตั้ง 885
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2020-10-07
วันที่เผยแพร่ 2020-10-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ericchase
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ericchase/maximize-all-windows
URL หน้าช่วยเหลือ https://github.com/ericchase/maximize-all-windows/issues
ภาษาที่รองรับ 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"
}