In-Tab Overlay
Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab
什麼是In-Tab Overlay?
In-Tab Overlay是由Adam開發的Chrome擴展程式,該擴展的主要功能是“Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab”。
擴展截圖
下載In-Tab Overlay擴展crx文件
下載In-Tab Overlay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The overlay will remain open as long as it's focused - Copypaste, monitor or watch anything, streamlining your work all in the single tab! 擴展基本資訊
| 名稱 | |
| ID | fkbnkkmmbbdbageipjhdgmnfgikdgila |
| 官方網址 | https://chromewebstore.google.com/detail/in-tab-overlay/fkbnkkmmbbdbageipjhdgmnfgikdgila |
| 簡介 | Work productively with in-tab overlays. Copy paste, monitor or watch anything in a single tab |
| 檔案大小 | 37.29 KB |
| 安裝次數 | 40 |
| 目前版本 | 1.1 |
| 更新時間 | 2023-03-16 |
| 上架時間 | 2023-03-15 |
| 開發者 | Adam |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
}
} | |