Mappertje
Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.
什么是Mappertje?
Mappertje是由jip.de.beer开发的Chrome扩展程序,该扩展的主要功能是“Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.”。
扩展截图
下载Mappertje扩展crx文件
下载Mappertje扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is supposed to be used with a beamer/projector, preferably as a second monitor. You can aim the projector at a rectangular area, where you want your source feed to appear.
Use your webcam, your screen or any window open on your desktop as a source. You can correct the source (perspective, rotate, flip) by dragging each corner. Additionally you can crop out a rectangular area in case the source feed contains stuff you don't need.
Mappertje also integrates directly with my other extension: Pop-out Jitsi Meet:
https://chrome.google.com/webstore/detail/pop-out-jitsi-meet/boklbbjieahngbnhdmlhldjjibdnnbcn
When you've got both extensions installed you can also use all (remote) videos in the Jitsi conference as a source for projection mapping. 扩展基本信息
| 名称 | |
| ID | okokapnhegofpbaeogkmbcaflmgiopkg |
| 官方URL | https://chromewebstore.google.com/detail/mappertje/okokapnhegofpbaeogkmbcaflmgiopkg |
| 简介 | Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning. |
| 文件大小 | 23.34 KB |
| 安装次数 | 88 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2020-11-24 |
| 上架时间 | 2020-04-30 |
| 开发者 | jip.de.beer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mappertje.debeer.it |
| 帮助页面URL | https://github.com/Jip-Hop/mappertje/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mappertje",
"version": "1.0.5",
"manifest_version": 2,
"description": "Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_popup": "index.html"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"modules\/mapper\/*",
"icons\/*"
]
} | |