In-Tab Overlay

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

In-Tab Overlay là gì?

In-Tab Overlay là một tiện ích mở rộng Chrome được phát triển bởi Adam, và tính năng chính của nó là "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng In-Tab Overlay

Tải xuống các tệp mở rộng In-Tab Overlay 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

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

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

Tên In-Tab Overlay In-Tab Overlay
ID fkbnkkmmbbdbageipjhdgmnfgikdgila
URL Chính Thức https://chromewebstore.google.com/detail/in-tab-overlay/fkbnkkmmbbdbageipjhdgmnfgikdgila
Mô tả Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
Kích Thước Tệp 37.29 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-16
Ngày Phát Hành 2023-03-15
Nhà Phát Triển Adam
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}