to allow recording

Record screen, entire conference in peeps.chat site

to allow recordingとは何ですか?

to allow recordingはhttp://peeps.chatによって開発されたChromeの拡張機能で、その主な機能は「Record screen, entire conference in peeps.chat site」です。

to allow recording拡張機能のCRXファイルをダウンロード

to allow recording拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Peeps.chat technology uses an extension to capture your browser window in your Chrome browser. All activity inside the tab including audio will be recorded when activated. Just press the record icon and the content of your tab is recorded. This is a great feature for video tutorials, recording presentations or documenting a project or interaction. You have the option to just record your browser activity or allow desktop capturing so that anything on your computer screen will be recorded.                    

拡張機能の基本情報

名前 to allow recording to allow recording
ID fjjebedahfigkboehljeagemokjblpoa
公式URL https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa
説明 Record screen, entire conference in peeps.chat site
ファイルサイズ 77.63 KB
インストール数 34
現在のバージョン 1.2
最終更新日 2016-10-03
公開日 2016-10-03
評価 4.00/5 合計 3 レビュー
開発者 http://peeps.chat
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://peeps.chat
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "to allow recording",
    "short_name": "Record Peeps.Chat",
    "author": "Peeps.Chat",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Record screen, entire conference in peeps.chat site",
    "homepage_url": "https:\/\/peeps.chat",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Record Screen"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}