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文件

下載Notion Slides by Wunderpresentation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
        ]
    }
}