Notion Slide Shows
Create Slide Show Presentations in Notion!
O que é Notion Slide Shows?
Notion Slide Shows é uma extensão do Chrome desenvolvida por tklightningfast, e sua principal característica é "Create Slide Show Presentations in Notion!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notion Slide Shows
Baixe arquivos de extensão Notion Slide Shows no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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].
Informações Básicas da Extensão
Nome | Notion Slide Shows |
ID | hmcfamnbfmaaogikhpkmgkanecnkpkpa |
URL Oficial | https://chromewebstore.google.com/detail/notion-slide-shows/hmcfamnbfmaaogikhpkmgkanecnkpkpa |
Descrição | Create Slide Show Presentations in Notion! |
Tamanho do Arquivo | 66.64 KB |
Contagem de Instalações | 1,581 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-09-14 |
Data de Publicação | 2020-08-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | tklightningfast |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |