Presento

Gives presenter view for Figma prototype and cast them to connected screens in One-click.

什么是Presento?

Presento是由Gwokhou开发的Chrome扩展程序,该扩展的主要功能是“Gives presenter view for Figma prototype and cast them to connected screens in One-click.”。

扩展截图

screenshot
screenshot

下载Presento扩展crx文件

下载Presento扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Presento gives presenter view for Figma prototype and make it available to cast to screens you connected or even video conferencing apps in One-click! Sync when changing slides. Support presenter notes and timer to help you get a smooth experience just like presenter view in Keynotes and PowerPoint.

**FEATURES**

- Cast Figma prototype to screen(s)
- Presenter view
- Presenter notes
- Timer
- Compact wireless presenter pen control                    

扩展基本信息

名称 Presento Presento
ID mjgemdigbahlikglikibgpellinlahcj
官方URL https://chromewebstore.google.com/detail/presento/mjgemdigbahlikglikibgpellinlahcj
简介 Gives presenter view for Figma prototype and cast them to connected screens in One-click.
文件大小 412 KB
安装次数 115
当前版本 0.1.3
更新时间 2022-05-09
上架时间 2022-03-16
评分 5.00/5 共1次评分
开发者 Gwokhou
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Presento",
    "version": "0.1.3",
    "description": "Gives presenter view for Figma prototype and cast them to connected screens in One-click.",
    "action": {
        "default_icon": ".\/assets\/icon-512.png"
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.global.js"
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png",
        "256": ".\/assets\/icon-256.png",
        "512": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "system.display"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/fonts\/*.woff",
                "assets\/fonts\/*.woff2",
                "assets\/*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/keySimulate.js"
            ],
            "matches": [
                "https:\/\/www.figma.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}