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
公式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
Eメール [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\/*"
    ]
}