In-Tab Overlay
Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
Co to jest In-Tab Overlay?
In-Tab Overlay to rozszerzenie Chrome opracowane przez Adam, a jego główną funkcją jest „Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia In-Tab Overlay
Pobierz pliki rozszerzeń In-Tab Overlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The overlay will remain open as long as it's focused - Copypaste, monitor or watch anything, streamlining your work all in the single tab!
Podstawowe informacje o rozszerzeniu
Nazwa | In-Tab Overlay |
ID | fkbnkkmmbbdbageipjhdgmnfgikdgila |
Oficjalny URL | https://chromewebstore.google.com/detail/in-tab-overlay/fkbnkkmmbbdbageipjhdgmnfgikdgila |
Opis | Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab |
Rozmiar pliku | 37.29 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-03-16 |
Data Publikacji | 2023-03-15 |
Deweloper | Adam |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |