FrescoTalk Screen Sharing

It doesn't do anything except capture content of your screen.

什么是FrescoTalk Screen Sharing?

FrescoTalk Screen Sharing是由Fresco开发的Chrome扩展程序,该扩展的主要功能是“It doesn't do anything except capture content of your screen.”。

下载FrescoTalk Screen Sharing扩展crx文件

下载FrescoTalk Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Screensharing extension for FrescoTalk                    

扩展基本信息

名称 FrescoTalk Screen Sharing FrescoTalk Screen Sharing
ID kpaoaanaomlhdkpieefgobjoijcmobko
官方URL https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko
简介 It doesn't do anything except capture content of your screen.
文件大小 33 KB
安装次数 52
当前版本 2.0
更新时间 2016-05-16
上架时间 2016-05-16
开发者 Fresco
电子邮箱 [email protected]
付费类型 free
扩展官网 https://talk.fresco.me
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FrescoTalk Screen Sharing",
    "author": "Fresco",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/talk.fresco.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:9000\/*",
            "https:\/\/talk.fresco.me\/*",
            "https:\/\/talk-dev.fresco.me\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}