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
Eメール [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"
    ]
}