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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Mappertje Mappertje
ID okokapnhegofpbaeogkmbcaflmgiopkg
官方網址 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\/*"
    ]
}