Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
什麼是Spreed.ME screen sharing?
Spreed.ME screen sharing是由https://spreed.me開發的Chrome擴展程式,該擴展的主要功能是“This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.”。
擴展截圖
下載Spreed.ME screen sharing擴展crx文件
下載Spreed.ME screen sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
擴展基本資訊
名稱 | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
官方網址 | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
簡介 | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
檔案大小 | 26.15 KB |
安裝次數 | 2,362 |
目前版本 | 0.2.1 |
更新時間 | 2015-02-12 |
上架時間 | 2015-02-12 |
評分 | 4.70/5 共 10 次評分 |
開發者 | https://spreed.me |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.struktur.de/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "struktur AG", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "detector.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.", "icons": { "128": "logo-128x128.png", "16": "logo-16x16.png", "32": "logo-32x32.png", "48": "logo-48x48.png", "512": "logo-512x512.png" }, "manifest_version": 2, "minimum_chrome_version": "33", "name": "Spreed.ME screen sharing", "permissions": [ "tabs", "desktopCapture", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Spreed.ME screen sharing", "version": "0.2.1" } |