Mappertje
Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.
Co je Mappertje?
Mappertje je rozšíření Chrome vyvinuté jip.de.beer, a jeho hlavní funkcí je „Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mappertje
Stáhněte si soubory rozšíření Mappertje ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Mappertje |
ID | okokapnhegofpbaeogkmbcaflmgiopkg |
Oficiální URL | https://chromewebstore.google.com/detail/mappertje/okokapnhegofpbaeogkmbcaflmgiopkg |
Popis | Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning. |
Velikost souboru | 23.34 KB |
Počet instalací | 88 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2020-11-24 |
Datum Vydání | 2020-04-30 |
Vývojář | jip.de.beer |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://mappertje.debeer.it |
URL Stránky Nápovědy | https://github.com/Jip-Hop/mappertje/issues |
Podporované Jazyky | 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\/*" ] } |