Notion Slides by Wunderpresentation
Converts a Notion page into interactive presentation slides.
Τι είναι το Notion Slides by Wunderpresentation;
Το Notion Slides by Wunderpresentation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wunderpresentation, και η κύρια λειτουργία του είναι "Converts a Notion page into interactive presentation slides.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Notion Slides by Wunderpresentation
Λήψη αρχείων επέκτασης 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 |
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\/*" ] } } |