In-Tab Overlay

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

Was ist In-Tab Overlay?

In-Tab Overlay ist eine Chrome-Erweiterung, die von Adam entwickelt wurde, und ihr Hauptmerkmal ist "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

In-Tab Overlay-Erweiterungs-CRX-Datei herunterladen

Laden Sie In-Tab Overlay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name In-Tab Overlay In-Tab Overlay
ID fkbnkkmmbbdbageipjhdgmnfgikdgila
Offizielle URL https://chromewebstore.google.com/detail/in-tab-overlay/fkbnkkmmbbdbageipjhdgmnfgikdgila
Beschreibung Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
Dateigröße 37.29 KB
Installationsanzahl 40
Aktuelle Version 1.1
Letztes Update 2023-03-16
Veröffentlichungsdatum 2023-03-15
Entwickler Adam
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}