Mappertje
Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.
Mappertje là gì?
Mappertje là một tiện ích mở rộng Chrome được phát triển bởi jip.de.beer, và tính năng chính của nó là "Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mappertje
Tải xuống các tệp mở rộng Mappertje dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mappertje |
ID | okokapnhegofpbaeogkmbcaflmgiopkg |
URL Chính Thức | https://chromewebstore.google.com/detail/mappertje/okokapnhegofpbaeogkmbcaflmgiopkg |
Mô tả | Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning. |
Kích Thước Tệp | 23.34 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2020-11-24 |
Ngày Phát Hành | 2020-04-30 |
Nhà Phát Triển | jip.de.beer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mappertje.debeer.it |
URL Trang Trợ Giúp | https://github.com/Jip-Hop/mappertje/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |