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 | 
| 公式URL | 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 | 
| Eメール | [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"
    }
}  |  |