Notion Slides by Wunderpresentation
Converts a Notion page into interactive presentation slides.
Notion Slides by Wunderpresentation क्या है?
Notion Slides by Wunderpresentation Wunderpresentation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts a Notion page into interactive presentation slides."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notion Slides by Wunderpresentation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } } |