Notion Slides by Wunderpresentation

Converts a Notion page into interactive presentation slides.

Qu'est-ce que Notion Slides by Wunderpresentation ?

Notion Slides by Wunderpresentation est une extension Chrome développée par Wunderpresentation, et sa fonction principale est "Converts a Notion page into interactive presentation slides.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Notion Slides by Wunderpresentation

Téléchargez les fichiers d'extension Notion Slides by Wunderpresentation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Notion Slides by Wunderpresentation Notion Slides by Wunderpresentation
ID dgffjapjligfifmbgajcdaglfhjekmpm
URL Officiel https://chromewebstore.google.com/detail/notion-slides-by-wunderpr/dgffjapjligfifmbgajcdaglfhjekmpm
Description Converts a Notion page into interactive presentation slides.
Taille du Fichier 21.03 KB
Nombre d'Installations 14,366
Version Actuelle 0.6
Dernière Mise à Jour 2021-10-04
Date de Publication 2020-06-22
Évaluation 3.83/5 Total 29 Évaluations
Développeur Wunderpresentation
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wunderpresentation.com/notion
URL de la Page d'Aide https://wunderpresentation.com
Langues Prises en Charge 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\/*"
        ]
    }
}