Creatr Screen Sharing
This extension will enable screen sharing for your Creatr live-stream
Creatr Screen Sharingとは何ですか?
Creatr Screen Sharingはhttps://creatr.meによって開発されたChromeの拡張機能で、その主な機能は「This extension will enable screen sharing for your Creatr live-stream」です。
拡張機能のスクリーンショット
Creatr Screen Sharing拡張機能のCRXファイルをダウンロード
Creatr Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams
拡張機能の基本情報
名前 | Creatr Screen Sharing |
ID | dkjhjdmkggcdbbbhffeoodagoepdiahp |
公式URL | https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp |
説明 | This extension will enable screen sharing for your Creatr live-stream |
ファイルサイズ | 28.82 KB |
インストール数 | 19 |
現在のバージョン | 2.1 |
最終更新日 | 2016-10-25 |
公開日 | 2016-10-25 |
開発者 | https://creatr.me |
支払い方法 | free |
拡張機能のウェブサイト | https://creatr |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Creatr Screen Sharing", "author": "Reveu, Inc.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension will enable screen sharing for your Creatr live-stream", "homepage_url": "http:\/\/creatr.me\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.reveu.me\/*", "https:\/\/*.creatr.me\/*", "http:\/\/localhost:3000\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |