Notion Slide Shows
Create Slide Show Presentations in Notion!
Notion Slide Shows क्या है?
Notion Slide Shows tklightningfast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create Slide Show Presentations in Notion!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notion Slide Shows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This small extension lets you showcase Notion databases as slideshows! The setup is simple: once the extension is installed, go to the "List view" of a Notion database. Click on the Notion play extension, and it should recognize your template. Click "Present" and it'll start presenting! Once you're done, click on the icon again and hit "End Presentation". When you click "Present", you'll get a list of instructions on how to navigate the presentation. You press Ctrl+F for forward and Ctrl+B for back. For the best experience you might also want to present in full-screen-mode (toggled by Shift+Cmd+F in Chrome) You can also navigate to a specific slide by pressing the Notion play icon and clicking on the slide you want. If you have feature requests or bugs, please report it to [email protected].
एक्सटेंशन की मूल जानकारी
नाम | Notion Slide Shows |
ID | hmcfamnbfmaaogikhpkmgkanecnkpkpa |
आधिकारिक URL | https://chromewebstore.google.com/detail/notion-slide-shows/hmcfamnbfmaaogikhpkmgkanecnkpkpa |
विवरण | Create Slide Show Presentations in Notion! |
फ़ाइल का आकार | 66.64 KB |
स्थापना संख्या | 1,581 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-09-14 |
प्रकाशन तिथि | 2020-08-20 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | tklightningfast |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notion Slide Shows", "description": "Create Slide Show Presentations in Notion!", "version": "0.0.1", "icons": { "128": "notionplaylogo128.png", "48": "notionplaylogo48.png", "16": "notionplaylogo16.png" }, "browser_action": { "default_icon": "notionplaylogo48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab", "notion.so\/*" ], "background": { "scripts": [ "background.js" ] } } |