Kineviz REC

Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format

Cos'è Kineviz REC?

Kineviz REC è un'estensione di Chrome sviluppata da kineviz.com, e la sua funzione principale è "Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format".

Scarica il file CRX dell'estensione Kineviz REC

Scarica i file di estensione Kineviz REC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ScreenRecord :  Ctrl+Shift+V  
Screenshot  : Ctrl+Shift+I

Support MP4                    

Informazioni di Base sull'Estensione

Nome Kineviz REC Kineviz REC
ID bfigeneohodhiifnmdmokcibabmikhoo
URL Ufficiale https://chrome.google.com/webstore/detail/kineviz-rec/bfigeneohodhiifnmdmokcibabmikhoo
Descrizione Kineviz REC and Screenshot, Record screen activity, camera, tab, speakers in 4K HD video format
Dimensione del File 91.3 KB
Conteggio Installazioni 100
Versione Corrente 1.6.3
Ultimo Aggiornamento 2017-09-26
Data di Pubblicazione 2017-09-26
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore kineviz.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://kineviz.com
Lingue Supportate 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:\/\/*\/",
        "",
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "images\/kineviz-fullscreen.png",
        "images\/kineviz-close.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    }
}