In-Tab Overlay
Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
Wat is In-Tab Overlay?
In-Tab Overlay is een Chrome-extensie ontwikkeld door Adam, en de belangrijkste functie is "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab".
Extensie Screenshots
Download het CRX-bestand van de extensie In-Tab Overlay
Download In-Tab Overlay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The overlay will remain open as long as it's focused - Copypaste, monitor or watch anything, streamlining your work all in the single tab!
Basisinformatie over de Extensie
Naam | In-Tab Overlay |
ID | fkbnkkmmbbdbageipjhdgmnfgikdgila |
Officiële URL | https://chromewebstore.google.com/detail/in-tab-overlay/fkbnkkmmbbdbageipjhdgmnfgikdgila |
Beschrijving | Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab |
Bestandsgrootte | 37.29 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-03-16 |
Publicatiedatum | 2023-03-15 |
Ontwikkelaar | Adam |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |