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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |