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은(는) Adam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

In-Tab Overlay 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}