Notion Slide Shows

Create Slide Show Presentations in Notion!

Notion Slide Shows란 무엇입니까?

Notion Slide Shows은(는) tklightningfast에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create Slide Show Presentations in Notion!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Notion Slide Shows 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        ]
    }
}