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