In-Tab Overlay
Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
What is In-Tab Overlay?
In-Tab Overlay is a Chrome extension developed by Adam, and its main feature is "Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab".
Extension Screenshots
Download In-Tab Overlay Extension CRX File
Download In-Tab Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The overlay will remain open as long as it's focused - Copypaste, monitor or watch anything, streamlining your work all in the single tab!
Extension Basic Information
Name | In-Tab Overlay |
ID | fkbnkkmmbbdbageipjhdgmnfgikdgila |
Official URL | 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 |
File Size | 37.29 KB |
Installation Count | 40 |
Current Version | 1.1 |
Last Updated | 2023-03-16 |
Publish Date | 2023-03-15 |
Developer | Adam |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |