DataLink™ for TriCaster™

Allows users to send selected text and image data from webpages to NewTek TriCaster.

DataLink™ for TriCaster™とは何ですか?

DataLink™ for TriCaster™はNewTekによって開発されたChromeの拡張機能で、その主な機能は「Allows users to send selected text and image data from webpages to NewTek TriCaster.」です。

拡張機能のスクリーンショット

screenshot
screenshot

DataLink™ for TriCaster™拡張機能のCRXファイルをダウンロード

DataLink™ for TriCaster™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        DataLink™ Web allows you to easily populate both text and image DataLink keys from webpages. DataLink values are immediately available for use in TriCaster title pages, and elsewhere in TriCaster.

Simply select some text, or an image, and use the right-click context menu (or a hotkey) to update a DataLink key you have defined. Any title page using that key will immediately update.

Setup is easy, and permits you to select which TriCaster to communicate with, supply custom key names, and decide whether keys will hold image or text values.                    

拡張機能の基本情報

名前 DataLink™ for TriCaster™ DataLink™ for TriCaster™
ID mjpehbafabejicbgnchgmhnleppcbgfi
公式URL https://chromewebstore.google.com/detail/datalink-for-tricaster/mjpehbafabejicbgnchgmhnleppcbgfi
説明 Allows users to send selected text and image data from webpages to NewTek TriCaster.
ファイルサイズ 394 KB
インストール数 4,764
現在のバージョン 0.1.0.8
最終更新日 2021-08-17
公開日 2015-11-16
評価 4.86/5 合計 22 レビュー
開発者 NewTek
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DataLink\u2122 for TriCaster\u2122",
    "short_name": "DataLink\u2122 for TriCaster\u2122",
    "description": "Allows users to send selected text and image data from webpages to NewTek TriCaster.",
    "version": "0.1.0.8",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "login.html",
        "login.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ],
    "commands": {
        "capture_page": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    },
    "permissions": [
        "",
        "contextMenus"
    ]
}