Mappertje

Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.

Was ist Mappertje?

Mappertje ist eine Chrome-Erweiterung, die von jip.de.beer entwickelt wurde, und ihr Hauptmerkmal ist "Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Mappertje-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mappertje-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Mappertje Mappertje
ID okokapnhegofpbaeogkmbcaflmgiopkg
Offizielle URL https://chromewebstore.google.com/detail/mappertje/okokapnhegofpbaeogkmbcaflmgiopkg
Beschreibung Projection mapping: correct perspective & crop a source (camera or screen) to map it onto a rectangular surface with corner pinning.
Dateigröße 23.34 KB
Installationsanzahl 88
Aktuelle Version 1.0.5
Letztes Update 2020-11-24
Veröffentlichungsdatum 2020-04-30
Entwickler jip.de.beer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mappertje.debeer.it
Hilfeseite URL https://github.com/Jip-Hop/mappertje/issues
Unterstützte Sprachen 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\/*"
    ]
}