Peeps.Chat

This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.

什麼是Peeps.Chat?

Peeps.Chat是由https://peeps.chat開發的Chrome擴展程式,該擴展的主要功能是“This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.”。

擴展截圖

screenshot

下載Peeps.Chat擴展crx文件

下載Peeps.Chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will allow you to share your screen with everyone that came to your personal peeps.chat site. 
Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. 
Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.                    

擴展基本資訊

名稱 Peeps.Chat Peeps.Chat
ID pcjpmbeahidbndmjeenokfangoaapjkm
官方網址 https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm
簡介 This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
檔案大小 7.92 KB
安裝次數 60
目前版本 1.1.2
更新時間 2016-09-30
上架時間 2016-09-30
開發者 https://peeps.chat
電子郵箱 [email protected]
付費類型 free
擴展官網 https://peeps.chat
隱私政策頁面URL https://peeps.chat
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peeps.Chat",
    "author": "James",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.",
    "homepage_url": "https:\/\/peeps.chat\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/peeps.chat\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}