Maximize Detached Tab

Maximizes tab that is dragged from a maximized window.

Maximize Detached Tabคืออะไร?

Maximize Detached Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tberghuis และคุณลักษณะหลักของมันคือ "Maximizes tab that is dragged from a maximized window."

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

screenshot

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

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

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

                        This extension restores the behaviour of automatically maximising detached tabs. (behaviour removed chrome version 100)

Dragged tag to automatically maximise if detached from maximised window.

Source code: https://github.com/tberghuis/maximize-detached-tab                    

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

ชื่อ Maximize Detached Tab Maximize Detached Tab
ID fnljlhcgjoehmlmodjgejheenbacnjke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/maximize-detached-tab/fnljlhcgjoehmlmodjgejheenbacnjke
คำอธิบาย Maximizes tab that is dragged from a maximized window.
ขนาดไฟล์ 9.49 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-05-05
วันที่เผยแพร่ 2022-05-04
ผู้พัฒนา tberghuis
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tberghuis/maximize-detached-tab/
URL หน้าช่วยเหลือ https://github.com/tberghuis/maximize-detached-tab/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Detached Tab",
    "description": "Maximizes tab that is dragged from a maximized window.",
    "version": "0.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}