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 |
官方網址 | 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" ] } |