Notion Slide Shows
Create Slide Show Presentations in Notion!
什麼是Notion Slide Shows?
Notion Slide Shows是由tklightningfast開發的Chrome擴展程式,該擴展的主要功能是“Create Slide Show Presentations in Notion!”。
擴展截圖
下載Notion Slide Shows擴展crx文件
下載Notion Slide Shows擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } |