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!”。
扩展截图
下载Inwicast Webrecorder Extension扩展crx文件
下载Inwicast Webrecorder Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | olphgdnbpiopbjciggcicmoijjmophfe |
| 官方URL | 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"
]
} | |