Inwicast Webrecorder Extension

Capture full-screen or specific application's screen on any HTTPs domain!

什麼是Inwicast Webrecorder Extension?

Inwicast Webrecorder Extension是由webrecorder.inwicast開發的Chrome擴展程式,該擴展的主要功能是“Capture full-screen or specific application's screen on any HTTPs domain!”。

擴展截圖

screenshot

下載Inwicast Webrecorder Extension擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Inwicast Webrecorder Extension Inwicast Webrecorder Extension
ID olphgdnbpiopbjciggcicmoijjmophfe
官方網址 https://chromewebstore.google.com/detail/inwicast-webrecorder-exte/olphgdnbpiopbjciggcicmoijjmophfe
簡介 Capture full-screen or specific application's screen on any HTTPs domain!
檔案大小 6.78 KB
安裝次數 29
目前版本 31.2
更新時間 2018-10-03
上架時間 2018-10-03
開發者 webrecorder.inwicast
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.inwicast.com/mediacenter3/
說明頁面URL http://www.rapidmooc.com/support/
隱私政策頁面URL http://rapidmooc.com
支援的語言 fr
manifest.json
{
    "author": "Inwicast",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.webrtc-experiment.com\/*",
                "https:\/\/127.0.0.1\/*",
                "https:\/\/localhost\/*",
                "https:\/\/*.inwicastcloud.com\/*",
                "https:\/\/*.inwicast.me\/*",
                "https:\/\/*.inwicast.com\/*",
                "https:\/\/*.univ-tours.fr\/*",
                "https:\/\/*.univ-lyon1.fr\/*",
                "https:\/\/*.univ-lyon3.fr\/*",
                "https:\/\/*.univ-tlse2.fr\/*",
                "https:\/\/*.univ-orleans.fr\/*",
                "https:\/\/*.ens2m.fr\/*",
                "https:\/\/*.cnam.fr\/*",
                "https:\/\/*.utt.fr\/*",
                "https:\/\/*.grenet.fr\/*",
                "https:\/\/*.unistra.fr\/*",
                "https:\/\/*.u-clermont1.fr\/*",
                "https:\/\/*.clermont-universite.fr\/*",
                "https:\/\/*.unilim.fr\/*",
                "https:\/\/*.telecom-bretagne.eu\/*",
                "https:\/\/saintgenes.inwicast.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Capture full-screen or specific application's screen on any HTTPs domain!",
    "homepage_url": "http:\/\/www.rapidmooc.com",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Inwicast Webrecorder Extension",
    "short_name": "Inwicast Webrecorder",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "31.2",
    "web_accessible_resources": [
        "icon.png"
    ]
}