In-Tab Overlay

Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab

In-Tab Overlayคืออะไร?

In-Tab Overlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam และคุณลักษณะหลักของมันคือ "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย In-Tab Overlay

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

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

                        The overlay will remain open as long as it's focused - Copypaste, monitor or watch anything, streamlining your work all in the single tab!                    

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

ชื่อ In-Tab Overlay In-Tab Overlay
ID fkbnkkmmbbdbageipjhdgmnfgikdgila
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/in-tab-overlay/fkbnkkmmbbdbageipjhdgmnfgikdgila
คำอธิบาย Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
ขนาดไฟล์ 37.29 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2023-03-15
ผู้พัฒนา Adam
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "In-Tab Overlay",
    "description": "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab",
    "version": "1.1",
    "action": {
        "default_popup": "hello.html",
        "default_icon": "\/icons\/overlay_24.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "site_overlay_frames",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/overlay_128.png",
        "48": "icons\/overlay_48.png",
        "16": "icons\/overlay_16.png"
    }
}