Kineviz REC
Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format
Kineviz RECとは何ですか?
Kineviz RECはkineviz.comによって開発されたChromeの拡張機能で、その主な機能は「Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format」です。
Kineviz REC拡張機能のCRXファイルをダウンロード
Kineviz REC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ScreenRecord : Ctrl+Shift+V
Screenshot : Ctrl+Shift+I
Support MP4 拡張機能の基本情報
| 名前 | |
| ID | bfigeneohodhiifnmdmokcibabmikhoo |
| 公式URL | https://chrome.google.com/webstore/detail/kineviz-rec/bfigeneohodhiifnmdmokcibabmikhoo |
| 説明 | Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format |
| ファイルサイズ | 91.3 KB |
| インストール数 | 100 |
| 現在のバージョン | 1.6.3 |
| 最終更新日 | 2017-09-26 |
| 公開日 | 2017-09-26 |
| 評価 | 3.86/5 合計 7 レビュー |
| 開発者 | kineviz.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://kineviz.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kineviz REC",
"version": "1.6.3",
"description": "Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format",
"manifest_version": 2,
"minimum_chrome_version": "49",
"homepage_url": "http:\/\/www.kineviz.com\/",
"background": {
"scripts": [
"background\/background.actions.js",
"background\/background.common.js",
"background\/background.js",
"background\/background.desktopCapture.js",
"background\/background.tabCapture.js",
"background\/background.badgeText.js",
"background\/background.getUserMedia.js",
"background\/background.messaging.js",
"background\/background.players.js",
"RecordRTC\/MediaStreamRecorder.js",
"RecordRTC\/MultiStreamRecorder.js",
"RecordRTC\/DiskStorage.js"
],
"persistent": false
},
"icons": {
"128": "images\/kineviz-128.png",
"16": "images\/kineviz-128.png",
"22": "images\/kineviz-128.png",
"32": "images\/kineviz-128.png",
"48": "images\/kineviz.png"
},
"content_scripts": [
{
"all_frames": false,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "images\/kineviz.png",
"default_title": "Kineviz REC",
"default_popup": "dropdown.html"
},
"commands": {
"track-video": {
"description": "Auto track video with hot key",
"suggested_key": {
"default": "Ctrl+Shift+V",
"mac": "MacCtrl+Shift+V"
}
},
"track-video-mp4": {
"description": "Auto track mp4 with hot key",
"suggested_key": {
"default": "Alt+Shift+V",
"mac": "Alt+Shift+V"
}
},
"save-image": {
"description": "Auto save image with hot key",
"suggested_key": {
"default": "Ctrl+Shift+I",
"mac": "MacCtrl+Shift+I"
}
}
},
"permissions": [
"http:\/\/*\/",
" | |