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\/*" ] } } |