Notion Slides by Wunderpresentation

Converts a Notion page into interactive presentation slides.

Notion Slides by Wunderpresentation란 무엇입니까?

Notion Slides by Wunderpresentation은(는) Wunderpresentation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts a Notion page into interactive presentation slides."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Notion Slides by Wunderpresentation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Simple way to create presentation slides from any Notion document. Also works for your private Notion pages that are not publicly shared. 

Just structure your page via headings, add contents and activate the add-on by clicking it's icon from the browser's toolbar. It will instantly convert your Notion pages into presentations slides.

Demo and example content:

https://www.notion.so/Wunderpresentation-Introduction-b0e7a64f80db429c981de86da1321627

More information:

https://wunderpresentation.com                    

확장 프로그램 기본 정보

이름 Notion Slides by Wunderpresentation Notion Slides by Wunderpresentation
ID dgffjapjligfifmbgajcdaglfhjekmpm
공식 URL https://chromewebstore.google.com/detail/notion-slides-by-wunderpr/dgffjapjligfifmbgajcdaglfhjekmpm
설명 Converts a Notion page into interactive presentation slides.
파일 크기 21.03 KB
설치 횟수 14,366
현재 버전 0.6
최근 업데이트 2021-10-04
출시 날짜 2020-06-22
평점 3.83/5 총 29 개의 평점
개발자 Wunderpresentation
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wunderpresentation.com/notion
도움말 페이지 URL https://wunderpresentation.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6",
    "name": "Notion Slides by Wunderpresentation",
    "manifest_version": 2,
    "description": "Converts a Notion page into interactive presentation slides.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "js\/browser.background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*",
                "*:\/\/*.notion.site\/*"
            ],
            "js": [
                "js\/main.js",
                "js\/browser.content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "browser_style": true,
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png",
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Notion Slides",
        "show_matches": [
            "*:\/\/*.notion.so\/*"
        ]
    }
}