In-Tab Overlay

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

Qu'est-ce que In-Tab Overlay ?

In-Tab Overlay est une extension Chrome développée par Adam, et sa fonction principale est "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension In-Tab Overlay

Téléchargez les fichiers d'extension In-Tab Overlay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom In-Tab Overlay In-Tab Overlay
ID fkbnkkmmbbdbageipjhdgmnfgikdgila
URL Officiel https://chromewebstore.google.com/detail/in-tab-overlay/fkbnkkmmbbdbageipjhdgmnfgikdgila
Description Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
Taille du Fichier 37.29 KB
Nombre d'Installations 40
Version Actuelle 1.1
Dernière Mise à Jour 2023-03-16
Date de Publication 2023-03-15
Développeur Adam
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}