Sling Desktop Share
This extension allows the slingapp.net website to share your screen.
什麼是Sling Desktop Share?
Sling Desktop Share是由http://slingapp.net開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the slingapp.net website to share your screen.”。
下載Sling Desktop Share擴展crx文件
下載Sling Desktop Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.
擴展基本資訊
名稱 | |
ID | pecpbndlndfegjibmbaplkjdkhdgmnei |
官方網址 | https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei |
簡介 | This extension allows the slingapp.net website to share your screen. |
檔案大小 | 4.78 KB |
安裝次數 | 242 |
目前版本 | 1.1.2 |
更新時間 | 2017-06-06 |
上架時間 | 2017-06-06 |
評分 | 3.67/5 共 6 次評分 |
開發者 | http://slingapp.net |
付費類型 | free |
擴展官網 | https://slingapp.net |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sling Desktop Share", "description": "This extension allows the slingapp.net website to share your screen.", "version": "1.1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "sling64.png" }, "permissions": [ "activeTab", "desktopCapture", "tabs" ], "externally_connectible": { "matches": [ "*:\/\/slingapp.net\/*", "*:\/\/*.slingapp.net\/*" ] } } |