Kineviz REC
Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format
Kineviz REC क्या है?
Kineviz REC kineviz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kineviz REC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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:\/\/*\/", " |