CTV Screen Recording

CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.

什麼是CTV Screen Recording?

CTV Screen Recording是由https://click-to-video.com開發的Chrome擴展程式,該擴展的主要功能是“CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.”。

擴展截圖

screenshot

下載CTV Screen Recording擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
官方網址 https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
簡介 CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
檔案大小 57.47 KB
安裝次數 758
目前版本 1.1
更新時間 2016-05-25
上架時間 2016-05-25
評分 4.00/5 共 1 次評分
開發者 https://click-to-video.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Recording",
    "short_name": "CTVRecord",
    "author": "Netstairs",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "CTV Screen Recording"
    },
    "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
    }
}