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.」です。
拡張機能のスクリーンショット
CTV Screen Recording拡張機能のCRXファイルをダウンロード
CTV Screen Recording拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | pddpkgmncnhfoocmomfplhdagmilnlji |
| 公式URL | 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 |
| Eメール | [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",
" | |